summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-09-20 18:12:13 +0900
committerseungha.son <seungha.son@samsung.com>2016-09-20 18:13:04 +0900
commit6aa1bd2c5297ba8d157de45c0544bf2391c60268 (patch)
tree4530241b7cf23d4e7316c0bcee7995aed73da701
parent797a5aa367dd07def9bb333bc10b84c7c3b9ae50 (diff)
downloadnotification-6aa1bd2c5297ba8d157de45c0544bf2391c60268.tar.gz
notification-6aa1bd2c5297ba8d157de45c0544bf2391c60268.tar.bz2
notification-6aa1bd2c5297ba8d157de45c0544bf2391c60268.zip
Remove unnecessary space and line
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Ice9531ebccb66f24128716506590926f75cd0dc6
-rwxr-xr-xsrc/notification.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/notification.c b/src/notification.c
index c012d5b..30fbf9b 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) {