]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/gameui.h
Revert "Make Lint Happy"
[dragonfireclient.git] / src / client / gameui.h
index 2278ad1d6db0d55afdc7412168567f7bbc0a496f..8a1b5650dfbd570b94c319d27f622f412d4abaf2 100644 (file)
@@ -85,8 +85,7 @@ class GameUI
 
        const bool isChatVisible()
        {
-               return m_flags.show_chat && m_recent_chat_count != 0 &&
-                      m_profiler_current_page == 0;
+               return m_flags.show_chat && m_recent_chat_count != 0 && m_profiler_current_page == 0;
        }
        void setChatText(const EnrichedString &chat_text, u32 recent_chat_count);
 
@@ -113,7 +112,7 @@ class GameUI
        gui::IGUIStaticText *m_guitext = nullptr;  // First line of debug text
        gui::IGUIStaticText *m_guitext2 = nullptr; // Second line of debug text
        gui::IGUIStaticText *m_guitext_coords = nullptr;
-
+       
        gui::IGUIStaticText *m_guitext_info = nullptr; // At the middle of the screen
        std::wstring m_infotext;