e-comp-wl: Fix formatting
authorChris Michael <cp.michael@samsung.com>
Thu, 25 Jun 2015 13:48:44 +0000 (09:48 -0400)
committerChris Michael <cp.michael@samsung.com>
Sun, 28 Jun 2015 15:09:56 +0000 (11:09 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.c

index 9e5ca54..ef395c2 100644 (file)
@@ -602,13 +602,13 @@ _e_comp_wl_evas_cb_resize(void *data, Evas_Object *obj EINA_UNUSED, void *event
         x = E_CLAMP(x, 1, x);
         y = E_CLAMP(y, 1, y);
         ec->comp_data->shell.configure_send(ec->comp_data->shell.surface,
-                                 e_comp->wl_comp_data->resize.edges,
-                                 x, y);
+                                            e_comp->wl_comp_data->resize.edges,
+                                            x, y);
      }
    else
      ec->comp_data->shell.configure_send(ec->comp_data->shell.surface,
-                                 e_comp->wl_comp_data->resize.edges,
-                                 ec->client.w, ec->client.h);
+                                         e_comp->wl_comp_data->resize.edges,
+                                         ec->client.w, ec->client.h);
 }
 
 static void