EFL core migration @74576
[framework/uifw/ecore.git] / src / examples / ecore_evas_window_sizes_example.c
index badfb16..ceb601c 100644 (file)
@@ -60,10 +60,10 @@ _on_destroy(Ecore_Evas *ee __UNUSED__)
 }
 
 static void
-_on_keydown(void        *data __UNUSED__,
-            Evas        *evas __UNUSED__,
+_on_keydown(void *data __UNUSED__,
+            Evas *evas __UNUSED__,
             Evas_Object *o __UNUSED__,
-            void        *einfo)
+            void *einfo)
 {
    Evas_Event_Key_Down *ev = einfo;