diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-03-31 22:29:34 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-03-31 22:29:34 +0200 |
commit | a4874270f791fae8745cac23e153c59bef81bd1e (patch) | |
tree | 57c23095f61550700b6f7d863a5cbd196bd7237e /util/travis/clang-format-whitelist.txt | |
parent | 529ba8002d686cdf004405e033fe7e95ea6cbacd (diff) | |
download | minetest-a4874270f791fae8745cac23e153c59bef81bd1e.tar.gz minetest-a4874270f791fae8745cac23e153c59bef81bd1e.tar.bz2 minetest-a4874270f791fae8745cac23e153c59bef81bd1e.zip |
Fix clang-format Columns Width
Also fix l_client.cpp/h and remove them from whitelist
Diffstat (limited to 'util/travis/clang-format-whitelist.txt')
-rw-r--r-- | util/travis/clang-format-whitelist.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/travis/clang-format-whitelist.txt b/util/travis/clang-format-whitelist.txt index 519e594f9..0d99793b4 100644 --- a/util/travis/clang-format-whitelist.txt +++ b/util/travis/clang-format-whitelist.txt @@ -287,8 +287,6 @@ src/script/lua_api/l_areastore.cpp src/script/lua_api/l_areastore.h src/script/lua_api/l_base.cpp src/script/lua_api/l_base.h -src/script/lua_api/l_client.cpp -src/script/lua_api/l_client.h src/script/lua_api/l_craft.cpp src/script/lua_api/l_craft.h src/script/lua_api/l_env.cpp |