[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / ctxpopup / utc_UIFW_elm_ctxpopup_clear_func.c
index 284eb74..2a339ad 100644 (file)
@@ -52,12 +52,12 @@ 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)
 {
-       if ( NULL != main_win ) 
+       if ( NULL != main_win )
        {
                evas_object_del(main_win);
                main_win = NULL;