Loic Blot 5 years ago
parent
commit
e3e98f9356
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/unittest/test_gameui.cpp

+ 1 - 1
src/unittest/test_gameui.cpp

@@ -53,7 +53,7 @@ void TestGameUI::testInit()
 	UASSERT(gui.getFlags().show_hud)
 	UASSERT(!gui.getFlags().show_minimap)
 	UASSERT(!gui.getFlags().show_profiler_graph)
-	
+
 	// And after the initFlags init stage
 	gui.initFlags();
 	UASSERT(gui.getFlags().show_chat)