[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / scrolled_entry / utc_UIFW_elm_scrolled_entry_password_show_last_character_set_func.c
index bcebeac..2c1592c 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)
@@ -79,7 +79,7 @@ static void utc_UIFW_elm_scrolled_entry_password_show_last_character_set_func_01
 
        tet_result(TET_PASS);
        tet_infoline("[[ TET_MSG ]]::[ID]:TC_01, [TYPE]: Positive, [RESULT]:PASS, Setting the flag of last character showing at currently shown in scrolled entry is succeed.");
-       
+
 }
 
 /**
@@ -91,5 +91,5 @@ static void utc_UIFW_elm_scrolled_entry_password_show_last_character_set_func_02
 
        tet_result(TET_PASS);
        tet_infoline("[[ TET_MSG ]]::[ID]:TC_02, [TYPE]: Negative, [RESULT]:PASS, Setting the flag of last character showing at currently shown is scrolled entry is failed.");
-       
+
 }