From b66324644c3466bfd58df10631fb82f9a1d4815f Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 8 Dec 2016 11:42:20 -0500 Subject: [PATCH] ecore-wl2: Minor formatting fix NB: No functional changes Signed-off-by: Chris Michael --- src/lib/ecore_wl2/ecore_wl2_input.c | 13 +++++++------ 1 file 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 c6a5ae8..4e24d1f 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 -- 2.7.4