Skip to content

Commit ef09e8a

Browse files
committedMar 5, 2020
Fix code style to make clang-format happy
1 parent 946c03c commit ef09e8a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎src/remoteplayer.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ class RemotePlayer : public Player
8484
return hud_hotbar_selected_image;
8585
}
8686

87-
void setSky(const SkyboxParams &skybox_params) { m_skybox_params = skybox_params; }
87+
void setSky(const SkyboxParams &skybox_params)
88+
{
89+
m_skybox_params = skybox_params;
90+
}
8891

8992
const SkyboxParams &getSkyParams() const { return m_skybox_params; }
9093

‎src/skyparams.h

-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@ class SkyboxDefaults
118118
return stars;
119119
}
120120
};
121-

0 commit comments

Comments
 (0)