[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / bubble / utc_UIFW_elm_bubble_icon_set_func.c
index b5729ec..5de6671 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);
 }
 
 static void cleanup(void)
@@ -94,7 +94,7 @@ static void utc_UIFW_elm_bubble_icon_set_func_01(void)
        evas_object_resize(bubble, 480, 0);
        evas_object_move(bubble, 0, 40);
        evas_object_show(bubble);
-       
+
        tet_result(TET_PASS);
 }
 
@@ -115,6 +115,6 @@ static void utc_UIFW_elm_bubble_icon_set_func_02(void)
        evas_object_resize(bubble, 480, 0);
        evas_object_move(bubble, 0, 40);
        evas_object_show(bubble);
-       
+
        tet_result(TET_PASS);
 }