summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-01-17 08:43:21 -0500
committerChris Michael <cp.michael@samsung.com>2017-01-17 08:43:21 -0500
commitd01509cf260b1156c9bb7da8e84cc1e4661cf9b6 (patch)
treeab149ecbc27300a2f71754172b71309a37d5a6eb
parent1e37dd65fd34342748c2e5c21412444c9b944a7d (diff)
downloadenlightenment-d01509cf260b1156c9bb7da8e84cc1e4661cf9b6.tar.gz
fix formatting
NB: No functional changes, just cleanup formatting Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/bin/e_comp_wl_input.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c
index 9d9eaee539..66e44230f3 100644
--- a/src/bin/e_comp_wl_input.c
+++ b/src/bin/e_comp_wl_input.c
@@ -59,8 +59,8 @@ _e_comp_wl_input_pointer_cb_cursor_set(struct wl_client *client, struct wl_resou
if (client != wl_resource_get_client(ec->comp_data->surface)) continue;
if (ec->mouse.in)
{
- got_mouse = EINA_TRUE;
- break;
+ got_mouse = EINA_TRUE;
+ break;
}
}
if (!got_mouse) return;
@@ -108,7 +108,6 @@ static const struct wl_touch_interface _e_touch_interface =
_e_comp_wl_input_cb_resource_destroy
};
-
static void
_e_comp_wl_input_cb_pointer_unbind(struct wl_resource *resource)
{
@@ -348,7 +347,6 @@ _e_comp_wl_input_keymap_fd_get(off_t size)
return fd;
}
-
static void
_e_comp_wl_input_state_update(void)
{
@@ -370,10 +368,8 @@ _e_comp_wl_input_state_update(void)
e_comp_wl->xkb.state = xkb_state_new(e_comp_wl->xkb.keymap);
xkb_state_update_mask(e_comp_wl->xkb.state, 0,
- latched, locked,
- e_comp_wl->kbd.choosen_group,
- 0,
- 0);
+ latched, locked, e_comp_wl->kbd.choosen_group,
+ 0, 0);
}
static void
@@ -697,8 +693,6 @@ e_comp_wl_input_keymap_index_set(xkb_layout_index_t index)
}
else
choosen_group = index;
-
-
}
E_API void