From 7b8343253970f8a98d1386a9a354529274c3cd2b Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 31 Jan 2017 10:29:50 -0500 Subject: [PATCH] ecore-evas-wayland: Minor formatting fix NB: No functional changes, just formatting Signed-off-by: Chris Michael --- .../ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 4bdbd6e890..5d82867bb3 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -553,8 +553,7 @@ _ecore_evas_wl_common_device_event_add(int event_type, Ecore_Wl2_Device_Type dev } static EE_Wl_Device * -_ecore_evas_wl_common_seat_add(Ecore_Evas *ee, - unsigned int id) +_ecore_evas_wl_common_seat_add(Ecore_Evas *ee, unsigned int id) { Ecore_Evas_Engine_Wl_Data *wdata; EE_Wl_Device *device;