mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 01:25:20 +02:00
Clang format: fix LINT on old PR which doesn't have LINT enabled
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user