[migration] fixed conflicts in files
[framework/uifw/elementary.git] / doc / widget_preview_tmpl_head.c
index 2c7f3be..60435b2 100644 (file)
@@ -5,10 +5,10 @@ elm_main(int argc, char **argv)
 {
    Evas_Object *win;
    Evas_Coord w, h;
-   
+
    w = atoi(argv[1]);
    h = atoi(argv[2]);
-   
+
    win = elm_win_add(NULL, "main", ELM_WIN_BASIC);
    elm_win_alpha_set(win, EINA_TRUE);
-   
+