[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / ctxpopup / utc_UIFW_elm_ctxpopup_direction_priority_set_func.c
index 6d0ee01..b208170 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;
@@ -78,7 +78,7 @@ static void utc_UIFW_elm_ctxpopup_direction_priority_set_func_01(void)
        evas_object_show(obj);
 
        elm_ctxpopup_direction_priority_set( obj, ELM_CTXPOPUP_DIRECTION_DOWN, ELM_CTXPOPUP_DIRECTION_RIGHT, ELM_CTXPOPUP_DIRECTION_LEFT, ELM_CTXPOPUP_DIRECTION_UP );
-       
+
        tet_result(TET_PASS);
 }