[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / actionslider / utc_UIFW_elm_actionslider_hold_func.c
index 1090e01..88c5709 100644 (file)
@@ -55,7 +55,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);
 
        actionslider = elm_actionslider_add(main_win);
 }