1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 18:55:29 +02:00

Pass clang-format on various cpp/header files (#5559)

This commit is contained in:
Loïc Blot
2017-04-23 09:52:40 +02:00
committed by GitHub
parent 0c34fe20a1
commit 91a9382c25
30 changed files with 138 additions and 183 deletions

View File

@@ -29,6 +29,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "serverscripting.h"
#include "log.h"
void add_legacy_abms(ServerEnvironment *env, INodeDefManager *nodedef) {
void add_legacy_abms(ServerEnvironment *env, INodeDefManager *nodedef)
{
}