aboutsummaryrefslogtreecommitdiff
path: root/src/clog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clog.c')
-rw-r--r--src/clog.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/clog.c b/src/clog.c
index 5754955..af51155 100644
--- a/src/clog.c
+++ b/src/clog.c
@@ -521,11 +521,7 @@ int sql_render_posts(struct kore_pgsql *sql, struct post_query *pq) {
}
int
-sql_insert_posts(
- const char *id,
- const char *title,
- const char *body
-) {
+sql_insert_posts(const char *id, const char *title, const char *body) {
int err = KORE_RESULT_OK;
struct kore_pgsql sql;