summaryrefslogtreecommitdiff
path: root/include/badge_db.h
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/badge_db.h
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/badge_db.h')
-rwxr-xr-xinclude/badge_db.h2
1 files changed, 1 insertions, 1 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
}