From: seungha.son Date: Tue, 20 Sep 2016 09:12:13 +0000 (+0900) Subject: Remove unnecessary space and line X-Git-Tag: submit/tizen/20160922.051802~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aa1bd2c5297ba8d157de45c0544bf2391c60268;p=platform%2Fcore%2Fapi%2Fnotification.git Remove unnecessary space and line Signed-off-by: seungha.son Change-Id: Ice9531ebccb66f24128716506590926f75cd0dc6 --- diff --git a/src/notification.c b/src/notification.c index c012d5be..30fbf9b9 100755 --- a/src/notification.c +++ b/src/notification.c @@ -1407,7 +1407,7 @@ static notification_h _notification_create(notification_type_e type) return NULL; } - noti = (notification_h) calloc(1, sizeof(struct _notification)); + noti = (notification_h)calloc(1, sizeof(struct _notification)); if (noti == NULL) { NOTIFICATION_ERR("NO MEMORY : noti == NULL"); set_last_result(NOTIFICATION_ERROR_OUT_OF_MEMORY); @@ -1452,7 +1452,6 @@ static notification_h _notification_create(notification_type_e type) goto out; } - err_app_manager = package_info_create(noti->caller_pkgname, &package_info); if (err_app_manager != PACKAGE_MANAGER_ERROR_NONE || package_info == NULL) {