[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / box / utc_UIFW_elm_box_pack_end_func.c
index 7c216cb..cf74ad7 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)
@@ -96,5 +96,5 @@ static void utc_UIFW_elm_box_pack_end_func_02(void)
 
        tet_result(TET_PASS);
        tet_infoline("[[ TET_MSG ]]::[ID]: TC_02, [TYPE]: Negative, [RESULT]: PASS, Adding a box at the end of the box has failed.");
-       
+
 }