]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/selectionmode/bottombarcontentscontainer.h
Add clang-format and format code as in Frameworks
[dolphin.git] / src / selectionmode / bottombarcontentscontainer.h
index 6cb66fcc1bb5f3b72109b5852f83742fced35bee..560220258717b1c8b531162dfa76463ef9522ce5 100644 (file)
@@ -52,7 +52,8 @@ public:
         return m_contents;
     };
 
-    inline bool hasSomethingToShow() {
+    inline bool hasSomethingToShow()
+    {
         return contents() != BottomBar::GeneralContents || m_internalContextMenu;
     }