derekf pushed a commit to branch master.

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

commit 53cc1eab045ed6acb86155ae0f77006873df6125
Author: Derek Foreman <[email protected]>
Date:   Wed Feb 8 09:36:46 2017 -0600

    Revert "elput: Minor formatting fix"
    
    This reverts commit 95d93cb7208857cc89d79f3ffbbd7ee71ba1936f.
    
    Formatting change on top of a totally untested coverity fix that
    breaks input for enlightenment's wayland compositor.
    
     #TeamworkIsDeprecated
---
 src/lib/elput/elput_evdev.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c
index 1cdf381..028bf62 100644
--- a/src/lib/elput/elput_evdev.c
+++ b/src/lib/elput/elput_evdev.c
@@ -65,9 +65,9 @@ _keyboard_fd_get(off_t size)
    long flags;
    int fd = 0;
    char tmp[PATH_MAX];
-   Efl_Vpath_File *file_obj;
 
-   file_obj = efl_vpath_manager_fetch(EFL_VPATH_MANAGER_CLASS, "(:run:)");
+   Efl_Vpath_File *file_obj =
+     efl_vpath_manager_fetch(EFL_VPATH_MANAGER_CLASS, "(:run:)");
    efl_vpath_file_do(file_obj);
    efl_vpath_file_wait(file_obj);
    path = efl_vpath_file_result_get(file_obj);

-- 


Reply via email to