summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-12-08 11:42:20 -0500
committerChris Michael <cp.michael@samsung.com>2016-12-08 14:32:22 -0500
commitb66324644c3466bfd58df10631fb82f9a1d4815f (patch)
tree7549a7bcef10f7df5fe41f9b7903b6810d40f9a4
parent7d1c7cff21476f8156e65d5d31ddc8e7f90f3330 (diff)
downloadefl-b66324644c3466bfd58df10631fb82f9a1d4815f.tar.gz
ecore-wl2: Minor formatting fix
NB: No functional changes Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_input.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2_input.c b/src/lib/ecore_wl2/ecore_wl2_input.c
index c6a5ae8b3d..4e24d1ffbb 100644
--- a/src/lib/ecore_wl2/ecore_wl2_input.c
+++ b/src/lib/ecore_wl2/ecore_wl2_input.c
@@ -1472,12 +1472,13 @@ _ecore_wl2_input_add(Ecore_Wl2_Display *display, unsigned int id, unsigned int v
input->wl.seat);
wl_data_device_add_listener(input->data.device, &_data_listener, input);
- input->dev_add_handler = ecore_event_handler_add(
- ECORE_WL2_EVENT_DEVICE_ADDED, _ecore_evas_wl_common_cb_device_event,
- input);
- input->dev_remove_handler = ecore_event_handler_add(
- ECORE_WL2_EVENT_DEVICE_REMOVED, _ecore_evas_wl_common_cb_device_event,
- input);
+ input->dev_add_handler =
+ ecore_event_handler_add(ECORE_WL2_EVENT_DEVICE_ADDED,
+ _ecore_evas_wl_common_cb_device_event, input);
+
+ input->dev_remove_handler =
+ ecore_event_handler_add(ECORE_WL2_EVENT_DEVICE_REMOVED,
+ _ecore_evas_wl_common_cb_device_event, input);
}
void