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:
@@ -24,7 +24,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
class AsyncEngine;
|
||||
|
||||
class ModApiUtil : public ModApiBase {
|
||||
class ModApiUtil : public ModApiBase
|
||||
{
|
||||
private:
|
||||
/*
|
||||
NOTE:
|
||||
@@ -112,9 +113,7 @@ public:
|
||||
|
||||
static void InitializeClient(lua_State *L, int top);
|
||||
|
||||
static void InitializeAsync(AsyncEngine& engine);
|
||||
|
||||
static void InitializeAsync(AsyncEngine &engine);
|
||||
};
|
||||
|
||||
#endif /* L_UTIL_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user