[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / progressbar / utc_UIFW_elm_progressbar_add_func.c
index 02e4381..97680ca 100755 (executable)
@@ -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);
 }
 
 static void cleanup(void)
@@ -75,7 +75,7 @@ static void utc_UIFW_elm_progressbar_add_func_01(void)
        Evas_Object *r = NULL;
 
        tet_infoline("[[ DEBUG :: Positive ]]");
-       
+
        r = elm_progressbar_add(main_win);
        if (!r) {
                tet_infoline("elm_progressbar_add() failed in positive test case");
@@ -94,7 +94,7 @@ static void utc_UIFW_elm_progressbar_add_func_02(void)
        Evas_Object* r = NULL;
 
        tet_infoline("[[ DEBUG:: Negative ]]");
-       
+
        r = elm_progressbar_add(NULL);
        if (r) {
                tet_infoline("elm_progressbar_add() failed in negative test case");