[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / scrolled_entry / utc_UIFW_elm_scrolled_entry_cursor_begin_set_func.c
index 8dad7d1..46c11fe 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,10 +77,10 @@ static void utc_UIFW_elm_scrolled_entry_cursor_begin_set_func_01(void)
 
        // Current return type of this API is "void"
        elm_scrolled_entry_cursor_begin_set(test_en);
-       
+
        tet_result(TET_PASS);
        tet_infoline("[[ TET_MSG ]]::[ID]:TC_01, [TYPE]: Positive, [RESULT]:PASS, Moving the cursor to the beginning of the scrolled entry had succeed.");
-       
+
 }
 
 /**
@@ -90,7 +90,7 @@ static void utc_UIFW_elm_scrolled_entry_cursor_begin_set_func_02(void)
 {
        // Current return type of this API is "void"
        elm_scrolled_entry_cursor_begin_set(NULL);
-       
+
        tet_result(TET_PASS);
        tet_infoline("[[ TET_MSG ]]::[ID]:TC_02, [TYPE]: Negative, [RESULT]:PASS, Moving the cursor to the beginning of the scrolled entry had failed.");