1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Clang-format: fix some header files and remove them from whitelist

This commit is contained in:
Loic Blot
2017-04-07 08:50:17 +02:00
parent b751c59f43
commit f7088f69ab
12 changed files with 161 additions and 169 deletions

View File

@@ -23,12 +23,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "lua_api/l_base.h"
class ModApiSound: public ModApiBase
class ModApiSound : public ModApiBase
{
private:
static int l_sound_play(lua_State *L);
static int l_sound_stop(lua_State *L);
public:
static void Initialize(lua_State *L, int top);
};