diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-09-18 10:27:04 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-09-19 09:04:34 -0400 |
commit | 7bbafe034b28c65bafbbad5ccf27dac5de5abf9a (patch) | |
tree | 961ff4df327e7e8acfe6ba166b3f7f0d4a2ca6bc | |
parent | 706cf9c48824352014fe1827a8dffbfca912f6fd (diff) |
ecore-evas-drm: Formatting
NB: No functional changes
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/modules/ecore_evas/engines/drm/ecore_evas_drm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c b/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c index 0c95ec9ae8..561dd3092c 100644 --- a/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c +++ b/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c | |||
@@ -172,8 +172,10 @@ _ecore_evas_drm_init(Ecore_Evas *ee, Ecore_Evas_Engine_Drm_Data *edata, const ch | |||
172 | ecore_event_evas_init(); | 172 | ecore_event_evas_init(); |
173 | if (!handlers) | 173 | if (!handlers) |
174 | { | 174 | { |
175 | handlers = eina_list_append(handlers, | 175 | handlers = |
176 | ecore_event_handler_add(ELPUT_EVENT_DEVICE_CHANGE, _drm_device_change, NULL)); | 176 | eina_list_append(handlers, |
177 | ecore_event_handler_add(ELPUT_EVENT_DEVICE_CHANGE, | ||
178 | _drm_device_change, NULL)); | ||
177 | } | 179 | } |
178 | 180 | ||
179 | return _drm_init_count; | 181 | return _drm_init_count; |