summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-04-27 11:21:49 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-04-27 11:21:49 +0900
commit2018a4e199f4015d5ef9f9b08f0adc9393337d86 (patch)
tree805e7b77b81926718c8fce32fce3c6d164c81e15 /include
parenta4b563dde175b90559141c6ab9c1c7cca5ea62e2 (diff)
downloadbadge-2018a4e199f4015d5ef9f9b08f0adc9393337d86.tar.gz
badge-2018a4e199f4015d5ef9f9b08f0adc9393337d86.tar.bz2
badge-2018a4e199f4015d5ef9f9b08f0adc9393337d86.zip
Adjust coding rule
Change-Id: I9667c57e57b1d1adbc50141c1764079147ac6ca6 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/badge_db.h2
-rwxr-xr-xinclude/badge_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/badge_db.h b/include/badge_db.h
index e58a2d8..2e2a4ba 100755
--- a/include/badge_db.h
+++ b/include/badge_db.h
@@ -38,7 +38,7 @@ int badge_db_set_count(const char *pkgname, const char *caller_pkg, unsigned int
int badge_db_get_count(const char *pkgname, unsigned int *count);
int badge_db_set_display_option(const char *pkgname, const char *caller_pkg, unsigned int is_display);
int badge_db_get_display_option(const char *pkgname, unsigned int *is_display);
-int badge_db_exec(sqlite3 * db, const char *query, int *num_changes);
+int badge_db_exec(sqlite3 *db, const char *query, int *num_changes);
#ifdef __cplusplus
}
diff --git a/include/badge_internal.h b/include/badge_internal.h
index 44dfe52..d0d24a0 100755
--- a/include/badge_internal.h
+++ b/include/badge_internal.h
@@ -38,7 +38,7 @@
#define DEPRECATED __attribute__((deprecated))
#endif
-#define BADGE_ERROR (badge_error_quark ())
+#define BADGE_ERROR (badge_error_quark())
GQuark badge_error_quark(void);
#ifdef __cplusplus