clang-tidy the place up
[staging/windowmanager.git] / src / app.cpp
index 6515978..29f37e4 100644 (file)
@@ -15,13 +15,12 @@ namespace wm {
 
     namespace {
         App *g_app;
-    }
+        }  // namespace
 
-    App::App(wl::display *d)
-            : api{this}, display{d}, controller{}, outputs()
-    {
-        assert(g_app == nullptr);
-        g_app = this;
+        App::App(wl::display *d)
+           : api{this}, display{d}, controller{}, outputs() {
+           assert(g_app == nullptr);
+           g_app = this;
     }
 
     int App::init() {