summaryrefslogtreecommitdiff
path: root/src/unittest/test_gameui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test_gameui.cpp')
-rw-r--r--src/unittest/test_gameui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/test_gameui.cpp b/src/unittest/test_gameui.cpp
index d7fb622be..a6d853f19 100644
--- a/src/unittest/test_gameui.cpp
+++ b/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)