diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-04-22 00:51:13 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-04-22 00:51:56 +0200 |
commit | 3e71c8f482131da59642b0175160eb2bc714d439 (patch) | |
tree | fa80424f0f98ca093d3bc82304f266dd5cb01b9c /util | |
parent | 4f4e2e3e838fc640e45714d4666bc5d6b0aa8a25 (diff) | |
download | minetest-3e71c8f482131da59642b0175160eb2bc714d439.tar.gz minetest-3e71c8f482131da59642b0175160eb2bc714d439.tar.bz2 minetest-3e71c8f482131da59642b0175160eb2bc714d439.zip |
Fixing warning pointed by @sfan5 and clang and cleanup guiFileSelectMenu
* Also pass clang-format on guiFileSelectMenu.h and remove it from whitelist
Diffstat (limited to 'util')
-rw-r--r-- | util/travis/clang-format-whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/travis/clang-format-whitelist.txt b/util/travis/clang-format-whitelist.txt index 42ce6d781..3e746e289 100644 --- a/util/travis/clang-format-whitelist.txt +++ b/util/travis/clang-format-whitelist.txt @@ -94,7 +94,6 @@ src/guiChatConsole.h src/guiEngine.cpp src/guiEngine.h src/guiFileSelectMenu.cpp -src/guiFileSelectMenu.h src/guiFormSpecMenu.cpp src/guiFormSpecMenu.h src/guiKeyChangeMenu.cpp |