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:
parent
0a8834608d
commit
0419552c92
3 changed files with 16 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue