summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-04-10 08:05:03 +0200
committerLoic Blot <loic.blot@unix-experience.fr>2017-04-10 08:05:03 +0200
commit0419552c923d7088215cf711657d6223e1b8569a (patch)
tree1019ad10e643c98e9452b724a8e7a4079a8c180b /src/script/lua_api/l_localplayer.h
parent0a8834608d21998bd05b899bd91ddc2196762926 (diff)
downloadminetest-0419552c923d7088215cf711657d6223e1b8569a.tar.gz
minetest-0419552c923d7088215cf711657d6223e1b8569a.tar.bz2
minetest-0419552c923d7088215cf711657d6223e1b8569a.zip
Clang format: fix LINT on old PR which doesn't have LINT enabled
Diffstat (limited to 'src/script/lua_api/l_localplayer.h')
-rw-r--r--src/script/lua_api/l_localplayer.h8
1 files changed, 3 insertions, 5 deletions
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