diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-02-08 08:29:24 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-02-08 08:29:24 -0500 |
commit | 95d93cb7208857cc89d79f3ffbbd7ee71ba1936f (patch) | |
tree | 40a02c8f89f2307f64bc60d3b73c7b6ac1285bfc /src/lib/elput | |
parent | a84370fcd87d03176981debb8dd98afda72956f8 (diff) |
elput: Minor formatting fix
NB: No functional changes, just some minor formatting adjustments
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/elput')
-rw-r--r-- | src/lib/elput/elput_evdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c index 028bf62af4..1cdf381bdc 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) | |||
65 | long flags; | 65 | long flags; |
66 | int fd = 0; | 66 | int fd = 0; |
67 | char tmp[PATH_MAX]; | 67 | char tmp[PATH_MAX]; |
68 | Efl_Vpath_File *file_obj; | ||
68 | 69 | ||
69 | Efl_Vpath_File *file_obj = | 70 | file_obj = efl_vpath_manager_fetch(EFL_VPATH_MANAGER_CLASS, "(:run:)"); |
70 | efl_vpath_manager_fetch(EFL_VPATH_MANAGER_CLASS, "(:run:)"); | ||
71 | efl_vpath_file_do(file_obj); | 71 | efl_vpath_file_do(file_obj); |
72 | efl_vpath_file_wait(file_obj); | 72 | efl_vpath_file_wait(file_obj); |
73 | path = efl_vpath_file_result_get(file_obj); | 73 | path = efl_vpath_file_result_get(file_obj); |