all: clang-format
[staging/windowmanager.git] / src / wayland.cpp
index e7ba157..d3b82f0 100644 (file)
@@ -425,7 +425,6 @@ void controller::layer_orientation(struct layer *l, int32_t orientation) {
 
 void controller::layer_screen(struct layer *l, struct wl_output *screen) {
    logdebug("genivi::layer %s @ %p s %p", __func__, this->proxy.get(), screen);
-
 }
 
 void controller::layer_destroyed(struct layer *l) {
@@ -724,8 +723,8 @@ void controller::debug_dump_current_status() {
       for (auto const &i : this->surfaces) {
          auto const &r = i.second->dst_rect;
          auto const &s = i.second->size;
-         printf("%d [%ux%u] (%ux%u@%dx%d), ", i.first, s.w, s.h, r.w, r.h,
-                r.x, r.y);
+         printf("%d [%ux%u] (%ux%u@%dx%d), ", i.first, s.w, s.h, r.w, r.h, r.x,
+                r.y);
       }
       puts("\b\b ");
    }
@@ -735,8 +734,8 @@ void controller::debug_dump_current_status() {
       for (auto const &i : this->layers) {
          auto const &r = i.second->dst_rect;
          auto const &s = i.second->size;
-         printf("%d [%ux%u] (%ux%u@%dx%d), ", i.first, s.w, s.h, r.w, r.h,
-                r.x, r.y);
+         printf("%d [%ux%u] (%ux%u@%dx%d), ", i.first, s.w, s.h, r.w, r.h, r.x,
+                r.y);
       }
       puts("\b\b ");
    }