aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/datastore/plugin_datastore_mysql.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index d6b6d6c62..0448b7299 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -331,7 +331,7 @@ get_my_cnf_path (const struct GNUNET_CONFIGURATION_Handle *cfg)
331/** 331/**
332 * Close database connection and all prepared statements (we got a DB 332 * Close database connection and all prepared statements (we got a DB
333 * disconnect error). 333 * disconnect error).
334 * 334 *
335 * @param plugin plugin context 335 * @param plugin plugin context
336 */ 336 */
337static int 337static int
@@ -1025,7 +1025,7 @@ execute_select (struct Plugin *plugin, struct GNUNET_MysqlStatementHandle *stmt,
1025 * Get one of the results for a particular key in the datastore. 1025 * Get one of the results for a particular key in the datastore.
1026 * 1026 *
1027 * @param cls closure 1027 * @param cls closure
1028 * @param offset offset of the result (modulo num-results); 1028 * @param offset offset of the result (modulo num-results);
1029 * specific ordering does not matter for the offset 1029 * specific ordering does not matter for the offset
1030 * @param key key to match, never NULL 1030 * @param key key to match, never NULL
1031 * @param vhash hash of the value, maybe NULL (to 1031 * @param vhash hash of the value, maybe NULL (to
@@ -1035,7 +1035,7 @@ execute_select (struct Plugin *plugin, struct GNUNET_MysqlStatementHandle *stmt,
1035 * there may be! 1035 * there may be!
1036 * @param type entries of which type are relevant? 1036 * @param type entries of which type are relevant?
1037 * Use 0 for any type. 1037 * Use 0 for any type.
1038 * @param proc function to call on the matching value, 1038 * @param proc function to call on the matching value,
1039 * with NULL for if no value matches 1039 * with NULL for if no value matches
1040 * @param proc_cls closure for proc 1040 * @param proc_cls closure for proc
1041 */ 1041 */