From: sfan5 Date: Thu, 5 Mar 2020 19:55:29 +0000 (+0100) Subject: Fix code style to make clang-format happy X-Git-Tag: 5.2.0~91 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ef09e8a4d6671f5bfac7b6234fbe52c4b836c2be;p=oweals%2Fminetest.git Fix code style to make clang-format happy --- diff --git a/src/remoteplayer.h b/src/remoteplayer.h index 42e1b5f5b..e4209c54f 100644 --- a/src/remoteplayer.h +++ b/src/remoteplayer.h @@ -84,7 +84,10 @@ public: return hud_hotbar_selected_image; } - void setSky(const SkyboxParams &skybox_params) { m_skybox_params = skybox_params; } + void setSky(const SkyboxParams &skybox_params) + { + m_skybox_params = skybox_params; + } const SkyboxParams &getSkyParams() const { return m_skybox_params; } diff --git a/src/skyparams.h b/src/skyparams.h index c5f01064d..877907e31 100644 --- a/src/skyparams.h +++ b/src/skyparams.h @@ -118,4 +118,3 @@ public: return stars; } }; -