devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9d2e1fbc850ac49f0df4a46469c3db99750509be

commit 9d2e1fbc850ac49f0df4a46469c3db99750509be
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jun 25 09:48:44 2015 -0400

    e-comp-wl: Fix formatting
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 9e5ca54..ef395c2 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -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

-- 


Reply via email to