Elementary migration revision 69922
[framework/uifw/elementary.git] / src / bin / test_win_plug.c
index 8f00a7c..8d88bc4 100755 (executable)
@@ -1,7 +1,7 @@
-#include <Elementary.h>
 #ifdef HAVE_CONFIG_H
 # include "elementary_config.h"
 #endif
+#include <Elementary.h>
 #ifndef ELM_LIB_QUICKLAUNCH
 
 
@@ -89,14 +89,12 @@ test_win_plug(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
    evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    evas_object_show(bg);
 
-
    plug = elm_plug_add(win);
    if (!elm_plug_connect(plug, "ello", 0, EINA_FALSE))
-       {
-          printf("Cannot connect plug\n");
-          return;
-       }
-
+     {
+        printf("Cannot connect plug\n");
+        return;
+     }
 
    evas_object_resize(plug, 380, 500);
    evas_object_move(plug, 10, 10);