[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / editfield / utc_UIFW_elm_editfield_label_get_func.c
index ef57714..8f9ca66 100644 (file)
@@ -54,7 +54,7 @@ static void startup(void)
        tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ ");
        elm_init(0, NULL);
        main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC);
-       evas_object_show(main_win);     
+       evas_object_show(main_win);
        ef = elm_editfield_add(main_win);
        evas_object_show(ef);
        elm_editfield_label_set(ef, "label");