[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / animator / utc_UIFW_elm_animator_stop_func.c
index e283a97..66bf84d 100644 (file)
@@ -57,7 +57,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);
        animator = elm_animator_add(NULL);
        elm_animator_duration_set(animator, 3);
        elm_animator_operation_callback_set(animator, _animator_op, NULL);