[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / scroller / utc_UIFW_elm_scroller_region_get_func.c
index 4fba610..5a1bdc2 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);
 }
 
 static void cleanup(void)
@@ -77,7 +77,7 @@ static void utc_UIFW_elm_scroller_region_get_func_01(void)
        Evas_Object *test_scroller = NULL;
 
        test_scroller = elm_scroller_add(main_win);
-       
+
        // Current return type of this API is "Void".
        elm_scroller_region_get(test_scroller, &x, &y, &w, &h);
 
@@ -102,5 +102,5 @@ static void utc_UIFW_elm_scroller_region_get_func_02(void)
 
        tet_result(TET_PASS);
        tet_infoline("[[ TET_MSG ]]::[ID]: TC_02, [TYPE]: Negative, [RESULT]: PASS, Getting the currently visible content region has failed.");
-       
+
 }