elm test_entry.c: Fixed formatting.
[framework/uifw/elementary.git] / src / bin / test_bg.c
index 8aefc44..d0a3829 100644 (file)
@@ -1,7 +1,7 @@
-#include <Elementary.h>
 #ifdef HAVE_CONFIG_H
 # include "elementary_config.h"
 #endif
+#include <Elementary.h>
 #ifndef ELM_LIB_QUICKLAUNCH
 
 static void
@@ -10,7 +10,7 @@ _cb_size_radio_changed(void *data, Evas_Object *obj, void *event __UNUSED__)
    Evas_Object *o_bg = data;
    int size;
    size = elm_radio_value_get((Evas_Object *)obj);
-   elm_bg_load_size_set(o_bg, size, size);
+   elm_bg_load_size_set(o_bg, size, size); 
 }
 
 static void