From 9db80fc6f0de320da3d5ee6d0d17c2ef38a9ac4b Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 5 Nov 2020 14:16:19 +0100 Subject: Run Lint Script --- src/script/lua_api/l_client.h | 4 ++-- src/script/lua_api/l_localplayer.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/script/lua_api') diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h index 1cac0ec1f..845f09bc9 100644 --- a/src/script/lua_api/l_client.h +++ b/src/script/lua_api/l_client.h @@ -126,8 +126,8 @@ private: // get_objects_inside_radius(pos, radius) static int l_get_objects_inside_radius(lua_State *L); - //make_screenshot() - static int l_make_screenshot(lua_State *L); + // make_screenshot() + static int l_make_screenshot(lua_State *L); public: static void Initialize(lua_State *L, int top); diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h index 1d7f9fcbd..c436c3b11 100644 --- a/src/script/lua_api/l_localplayer.h +++ b/src/script/lua_api/l_localplayer.h @@ -44,11 +44,11 @@ private: // set_yaw(self, yaw) static int l_set_yaw(lua_State *L); - // get_pitch(self) - static int l_get_pitch(lua_State *L); + // get_pitch(self) + static int l_get_pitch(lua_State *L); - // set_pitch(self,pitch) - static int l_set_pitch(lua_State *L); + // set_pitch(self,pitch) + static int l_set_pitch(lua_State *L); // get_hp(self) static int l_get_hp(lua_State *L); -- cgit v1.2.3