projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946c03c
)
Fix code style to make clang-format happy
author
sfan5
<sfan5@live.de>
Thu, 5 Mar 2020 19:55:29 +0000
(20:55 +0100)
committer
sfan5
<sfan5@live.de>
Thu, 5 Mar 2020 19:55:29 +0000
(20:55 +0100)
src/remoteplayer.h
patch
|
blob
|
history
src/skyparams.h
patch
|
blob
|
history
diff --git
a/src/remoteplayer.h
b/src/remoteplayer.h
index 42e1b5f5b5f215e8d5dbc96aa0ec003e2fe690a1..e4209c54f26d07b890d1061b5b0ad0665c9ad4c3 100644
(file)
--- 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 c5f01064d1c279bda5d8b851bc286a65c8037c8a..877907e318a54d22a73f6ea8c1d4269c9b84b278 100644
(file)
--- a/
src/skyparams.h
+++ b/
src/skyparams.h
@@
-118,4
+118,3
@@
public:
return stars;
}
};
-