fix time and date string issue
authorshy81.shin <shy81.shin@samsung.com>
Mon, 1 Jul 2013 06:05:26 +0000 (15:05 +0900)
committerJunfeng Dong <junfeng.dong@intel.com>
Wed, 6 Nov 2013 08:02:01 +0000 (16:02 +0800)
src/ui.c

index ea2872a..7913ae3 100755 (executable)
--- a/src/ui.c
+++ b/src/ui.c
@@ -547,7 +547,7 @@ static void _dial_cb(void *data, Evas_Object * obj, void *e)
 
        set_win_prop(ad, ECORE_X_WINDOW_TYPE_NORMAL);
 
-// To-Do : In here, we have to set an appropriate parameter for emergency call mode. 
+// To-Do : In here, we have to set an appropriate parameter for emergency call mode.
 //         However, current ref. dialer app control does not support emergency mode,
 //         so, we have to wait till dialer app control support emergency call mode.
 
@@ -1309,7 +1309,7 @@ int show_greeting(struct appdata *ad) {
                _ERR("system_info_get_value_string return error : %d", ret_val);
        } else {
                _DBG("SYSTEM_INFO_KEY_PLATFORM_NAME = %s\n", model_name);
-       }       
+       }
 
        elm_object_part_text_set(contents, "text.greeting.1", pwlock_get_string(IDS_SCM_BODY_WELCOME_E));
        if (model_name != NULL) {
@@ -1344,7 +1344,7 @@ int show_greeting(struct appdata *ad) {
        elm_toolbar_item_append(toolbar, NULL, pwlock_get_string(IDS_COM_SK_START), pwlock_greeting_next_cb, ad);
 
        navi_it = elm_naviframe_item_push(navi, NULL, NULL, NULL, contents, NULL);
-       
+
        elm_object_item_part_content_set(navi_it, "toolbar", toolbar);
 
        elm_naviframe_item_title_visible_set(navi_it, EINA_FALSE);