1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Clang format: fix LINT on old PR which doesn't have LINT enabled

This commit is contained in:
Loic Blot 2017-04-10 08:05:03 +02:00
parent 0a8834608d
commit 0419552c92
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
3 changed files with 16 additions and 30 deletions

View file

@ -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