Revert "elput: Minor formatting fix"

This reverts commit 95d93cb720.

Formatting change on top of a totally untested coverity fix that
breaks input for enlightenment's wayland compositor.

 #TeamworkIsDeprecated
This commit is contained in:
Derek Foreman 2017-02-08 09:36:46 -06:00
parent e7b2dc0017
commit 53cc1eab04
1 changed files with 2 additions and 2 deletions

View File

@ -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);