clang-format, mostly indenting.
[staging/windowmanager.git] / src / wayland.hpp
index ea23ebb..3b81e15 100644 (file)
@@ -137,13 +137,13 @@ struct controller_child {
 };
 
 struct surface_properties {
-    uint32_t id; // let's just save an ID here too
-    struct rect dst_rect;
-    struct rect src_rect;
-    struct size size;
-    int32_t orientation;
-    int32_t visibility;
-    float opacity;
+   uint32_t id;  // let's just save an ID here too
+   struct rect dst_rect;
+   struct rect src_rect;
+   struct size size;
+   int32_t orientation;
+   int32_t visibility;
+   float opacity;
 };
 
 //                  __