devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b66324644c3466bfd58df10631fb82f9a1d4815f

commit b66324644c3466bfd58df10631fb82f9a1d4815f
Author: Chris Michael <[email protected]>
Date:   Thu Dec 8 11:42:20 2016 -0500

    ecore-wl2: Minor formatting fix
    
    NB: No functional changes
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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

-- 


Reply via email to