summaryrefslogtreecommitdiff
path: root/include/notification_status_internal.h
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-09-07 09:07:35 +0900
committerseungha.son <seungha.son@samsung.com>2016-09-07 09:08:37 +0900
commit907d6771ab6601274f7f52272a478ea562e48001 (patch)
tree888b4239df8010835ef255c06cfcae36bf637bde /include/notification_status_internal.h
parente55256ab28e1ba54291e577c40ab6e437ccaa19a (diff)
downloadnotification-907d6771ab6601274f7f52272a478ea562e48001.tar.gz
notification-907d6771ab6601274f7f52272a478ea562e48001.tar.bz2
notification-907d6771ab6601274f7f52272a478ea562e48001.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I8fe4b3e6cd4aab60a7024a7f5682c42f97e1f650
Diffstat (limited to 'include/notification_status_internal.h')
-rw-r--r--include/notification_status_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notification_status_internal.h b/include/notification_status_internal.h
index fcfb94e..e7228a7 100644
--- a/include/notification_status_internal.h
+++ b/include/notification_status_internal.h
@@ -49,7 +49,7 @@ extern "C" {
...
{
noti_err = notification_register_detailed_changed_cb(app_changed_cb, user_data);
- if(noti_err != NOTIFICATION_ERROR_NONE) {
+ if (noti_err != NOTIFICATION_ERROR_NONE) {
return;
}
}