summaryrefslogtreecommitdiff
path: root/include/badge_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/badge_internal.h')
-rwxr-xr-xinclude/badge_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/badge_internal.h b/include/badge_internal.h
index c007cb0..c140944 100755
--- a/include/badge_internal.h
+++ b/include/badge_internal.h
@@ -129,7 +129,7 @@ int badge_del_deferred_task(
bool exist;
err = badge_is_existing(app_id, &exist);
- if(err != BADGE_ERROR_NONE) {
+ if (err != BADGE_ERROR_NONE) {
return;
}
@@ -195,7 +195,7 @@ void badge_changed_cb_call(unsigned int action, const char *pkgname,
int err = BADGE_ERROR_NONE;
err = badge_create("org.tizen.sms", "org.tizen.sms2");
- if(err != BADGE_ERROR_NONE) {
+ if (err != BADGE_ERROR_NONE) {
return;
}