aboutsummaryrefslogtreecommitdiff
path: root/src/sq
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
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/sq')
-rw-r--r--src/sq/sq_exec.c2
-rw-r--r--src/sq/sq_prepare.c2
-rw-r--r--src/sq/sq_query_helper.c2
3 files changed, 4 insertions, 2 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 */
diff --git a/src/sq/sq_prepare.c b/src/sq/sq_prepare.c
index 5d232fd17..e1e1834b7 100644
--- a/src/sq/sq_prepare.c
+++ b/src/sq/sq_prepare.c
@@ -46,7 +46,6 @@ GNUNET_SQ_make_prepare (const char *sql,
46} 46}
47 47
48 48
49
50/** 49/**
51 * Prepare all statements given in the (NULL,NULL)-terminated 50 * Prepare all statements given in the (NULL,NULL)-terminated
52 * array at @a ps 51 * array at @a ps
@@ -82,4 +81,5 @@ GNUNET_SQ_prepare (sqlite3 *dbh,
82 return GNUNET_OK; 81 return GNUNET_OK;
83} 82}
84 83
84
85/* end of sq_prepare.c */ 85/* end of sq_prepare.c */
diff --git a/src/sq/sq_query_helper.c b/src/sq/sq_query_helper.c
index ce317a656..c9e4bf031 100644
--- a/src/sq/sq_query_helper.c
+++ b/src/sq/sq_query_helper.c
@@ -438,6 +438,7 @@ bind_u32 (void *cls,
438 return GNUNET_OK; 438 return GNUNET_OK;
439} 439}
440 440
441
441/** 442/**
442 * Generate query parameter for an uint32_t in host byte order. 443 * Generate query parameter for an uint32_t in host byte order.
443 * 444 *
@@ -505,4 +506,5 @@ GNUNET_SQ_query_param_uint64 (const uint64_t *x)
505 return qp; 506 return qp;
506} 507}
507 508
509
508/* end of sq_query_helper.c */ 510/* end of sq_query_helper.c */