diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-04-01 14:48:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-01 14:48:16 +0200 |
commit | 987eb2b7615104f3f70e56e51f1dd3df5b2a41eb (patch) | |
tree | 8bc37ba6257442f190248c38651db38c6c87cb6e /util | |
parent | 63ac62ec8abe30f0d6dd2cfe0ddaab291c36893f (diff) | |
download | minetest-987eb2b7615104f3f70e56e51f1dd3df5b2a41eb.tar.gz minetest-987eb2b7615104f3f70e56e51f1dd3df5b2a41eb.tar.bz2 minetest-987eb2b7615104f3f70e56e51f1dd3df5b2a41eb.zip |
Clang-format: trivial fix on some headers (#5495)
Fix some headers style and remove them from whitelist
Diffstat (limited to 'util')
-rw-r--r-- | util/travis/clang-format-whitelist.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/util/travis/clang-format-whitelist.txt b/util/travis/clang-format-whitelist.txt index 0d99793b4..352fe2973 100644 --- a/util/travis/clang-format-whitelist.txt +++ b/util/travis/clang-format-whitelist.txt @@ -23,14 +23,12 @@ src/clientiface.h src/client/inputhandler.h src/client/joystick_controller.cpp src/client/joystick_controller.h -src/client/keys.h src/clientmap.cpp src/clientmap.h src/clientmedia.cpp src/clientmedia.h src/clientobject.cpp src/clientobject.h -src/clientsimpleobject.h src/client/tile.cpp src/client/tile.h src/clouds.cpp @@ -40,7 +38,6 @@ src/collision.h src/config.h src/constants.h src/content_abm.cpp -src/content_abm.h src/content_cao.cpp src/content_cao.h src/content_cso.cpp @@ -59,15 +56,11 @@ src/craftdef.h src/database.cpp src/database-dummy.cpp src/database-dummy.h -src/database.h src/database-leveldb.cpp -src/database-leveldb.h src/database-postgresql.cpp src/database-postgresql.h src/database-redis.cpp -src/database-redis.h src/database-sqlite3.cpp -src/database-sqlite3.h src/daynightratio.h src/debug.cpp src/debug.h @@ -85,7 +78,6 @@ src/event.h src/event_manager.h src/exceptions.h src/filecache.cpp -src/filecache.h src/filesys.cpp src/filesys.h src/fontengine.cpp @@ -97,7 +89,6 @@ src/genericobject.cpp src/genericobject.h src/gettext.cpp src/gettext.h -src/gettime.h src/guiChatConsole.cpp src/guiChatConsole.h src/guiEngine.cpp @@ -129,14 +120,11 @@ src/inventory.cpp src/inventory.h src/inventorymanager.cpp src/inventorymanager.h -src/irr_aabb3d.h src/irrlicht_changes/static_text.cpp src/irrlicht_changes/static_text.h src/irrlichttypes_bloated.h src/irrlichttypes_extrabloated.h src/irrlichttypes.h -src/irr_v2d.h -src/irr_v3d.h src/itemdef.cpp src/itemdef.h src/itemgroup.h |