[Refactoring] Removed trailing whitespaces.
[framework/uifw/elementary.git] / TC / elm_ts / navigationbar / utc_UIFW_elm_navigationbar_title_label_set_func.c
index 0a19067..8c08210 100644 (file)
@@ -59,7 +59,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);
        navibar = elm_navigationbar_add(main_win);
        evas_object_show(navibar);
 }
@@ -88,7 +88,7 @@ static void utc_UIFW_elm_navigationbar_title_label_set_func_01(void)
        elm_icon_file_set(content, buf, NULL);
        evas_object_size_hint_aspect_set(content, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
        elm_icon_scale_set(content, 1, 1);
-               
+
        elm_navigationbar_push(navibar, "title", NULL, NULL, NULL, content);
        elm_navigationbar_title_label_set(navibar, content, "Title");
        tet_result(TET_PASS);
@@ -104,7 +104,7 @@ static void utc_UIFW_elm_navigationbar_title_label_set_func_02(void)
        elm_icon_file_set(content, buf, NULL);
        evas_object_size_hint_aspect_set(content, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);
        elm_icon_scale_set(content, 1, 1);
-               
+
        elm_navigationbar_push(navibar, "title", NULL, NULL, NULL, content);
        elm_navigationbar_title_label_set(NULL, NULL, NULL);
        tet_result(TET_PASS);