aboutsummaryrefslogtreecommitdiff
path: root/src/sq/sq_exec.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/sq/sq_exec.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/sq/sq_exec.c')
-rw-r--r--src/sq/sq_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sq/sq_exec.c b/src/sq/sq_exec.c
index 1dfa535d9..8c47c22b4 100644
--- a/src/sq/sq_exec.c
+++ b/src/sq/sq_exec.c
@@ -44,7 +44,6 @@ GNUNET_SQ_make_execute (const char *sql)
44} 44}
45 45
46 46
47
48/** 47/**
49 * Create a `struct GNUNET_SQ_ExecuteStatement` where errors should 48 * Create a `struct GNUNET_SQ_ExecuteStatement` where errors should
50 * be tolerated. 49 * be tolerated.
@@ -110,4 +109,5 @@ GNUNET_SQ_exec_statements (sqlite3 *dbh,
110 return GNUNET_OK; 109 return GNUNET_OK;
111} 110}
112 111
112
113/* end of sq_exec */ 113/* end of sq_exec */