From 0419552c923d7088215cf711657d6223e1b8569a Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 10 Apr 2017 08:05:03 +0200 Subject: Clang format: fix LINT on old PR which doesn't have LINT enabled --- src/script/lua_api/l_localplayer.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/script/lua_api/l_localplayer.h') diff --git a/src/script/lua_api/l_localplayer.h b/src/script/lua_api/l_localplayer.h index 19012f01f..1070857c5 100644 --- a/src/script/lua_api/l_localplayer.h +++ b/src/script/lua_api/l_localplayer.h @@ -22,12 +22,11 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "l_base.h" - class LocalPlayer; -class LuaLocalPlayer : public ModApiBase { +class LuaLocalPlayer : public ModApiBase +{ private: - static const char className[]; static const luaL_Reg methods[]; @@ -91,5 +90,4 @@ public: static void Register(lua_State *L); }; - -#endif //MINETEST_L_LOCALPLAYER_H +#endif // MINETEST_L_LOCALPLAYER_H -- cgit v1.2.3