diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-04-07 23:22:00 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-04-07 23:22:00 +0200 |
commit | 4af99b75cf3ae43c365a4c1e90e85f8ec764cf62 (patch) | |
tree | b8366b07b950b3ef7e251457c9b2509175c0faad /src/script/cpp_api/s_client.h | |
parent | 271d7c31e69db0bb6c5cf2cfb6e97ba129045d3e (diff) | |
download | minetest-4af99b75cf3ae43c365a4c1e90e85f8ec764cf62.tar.xz |
Pass clang-format on 14 trivial header files fixes
Also remove them from whitelist
Diffstat (limited to 'src/script/cpp_api/s_client.h')
-rw-r--r-- | src/script/cpp_api/s_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index 2369efe3e..9afc66d61 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -22,8 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #define S_CLIENT_H_ #include "cpp_api/s_base.h" -#include "util/string.h" #include "mapnode.h" +#include "util/string.h" #ifdef _CRT_MSVCP_CURRENT #include <cstdint> @@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., class ClientEnvironment; -class ScriptApiClient: virtual public ScriptApiBase +class ScriptApiClient : virtual public ScriptApiBase { public: // Calls on_shutdown handlers |