diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-29 10:19:43 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-29 10:19:43 +0000 |
commit | e190fcfc9e60ac1079d6ce6ff64fc7c40aeed275 (patch) | |
tree | b704e00a3af618b2cd174a7f89514eaebd82a1cf /src/datastore/plugin_datastore_mysql.c | |
parent | 1d1331d46726122a7a0f705b9a28b87e02712022 (diff) |
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
git-svn-id: https://gnunet.org/svn/gnunet@16620 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r-- | src/datastore/plugin_datastore_mysql.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index d6b6d6c623..0448b72994 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) /** * Close database connection and all prepared statements (we got a DB * disconnect error). - * + * * @param plugin plugin context */ static int @@ -1025,7 +1025,7 @@ execute_select (struct Plugin *plugin, struct GNUNET_MysqlStatementHandle *stmt, * Get one of the results for a particular key in the datastore. * * @param cls closure - * @param offset offset of the result (modulo num-results); + * @param offset offset of the result (modulo num-results); * specific ordering does not matter for the offset * @param key key to match, never NULL * @param vhash hash of the value, maybe NULL (to @@ -1035,7 +1035,7 @@ execute_select (struct Plugin *plugin, struct GNUNET_MysqlStatementHandle *stmt, * there may be! * @param type entries of which type are relevant? * Use 0 for any type. - * @param proc function to call on the matching value, + * @param proc function to call on the matching value, * with NULL for if no value matches * @param proc_cls closure for proc */ |