From 9d2e1fbc850ac49f0df4a46469c3db99750509be Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 25 Jun 2015 09:48:44 -0400 Subject: [PATCH] e-comp-wl: Fix formatting Signed-off-by: Chris Michael --- 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 9e5ca5487..ef395c227 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