[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / ctxpopup / utc_UIFW_elm_ctxpopup_item_append_func.c
index ef1c466..8d502cf 100644 (file)
@@ -55,14 +55,14 @@ 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);
        ctxpopup = elm_ctxpopup_add(main_win);
        evas_object_show(ctxpopup);
 }
 
 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_item_append_func_01(void)
 {
        Elm_Ctxpopup_Item * item = elm_ctxpopup_item_append(ctxpopup, "TEST", NULL, NULL, NULL );
 
-       if (!item) 
+       if (!item)
        {
                tet_infoline("elm_ctxpopup_item_append() failed in positive test case");
                tet_result(TET_FAIL);
@@ -94,7 +94,7 @@ static void utc_UIFW_elm_ctxpopup_item_append_func_02(void)
 {
        Elm_Ctxpopup_Item *item = elm_ctxpopup_item_append( NULL, "TEST", NULL, NULL, NULL );
 
-       if (item) 
+       if (item)
        {
                tet_infoline("elm_ctxpopup_item_append() failed in negative test case");
                tet_result(TET_FAIL);