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_postgres.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_postgres.c')
-rw-r--r-- | src/datastore/plugin_datastore_postgres.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index d71d5e0efb..4e44107b60 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -65,7 +65,7 @@ struct Plugin * Check if the result obtained from Postgres has * the desired status code. If not, log an error, clear the * result and return GNUNET_SYSERR. - * + * * @param plugin global context * @param ret result to check * @param expected_status expected return value @@ -582,7 +582,7 @@ process_result (struct Plugin *plugin, PluginDatumProcessor proc, * 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 maybe NULL (to match all entries) * @param vhash hash of the value, maybe NULL (to @@ -822,7 +822,7 @@ repl_proc (void *cls, const GNUNET_HashCode * key, uint32_t size, /** * Get a random item for replication. Returns a single, not expired, random item - * from those with the highest replication counters. The item's + * from those with the highest replication counters. The item's * replication counter is decremented by one IF it was positive before. * Call 'proc' with all values ZERO or NULL if the datastore is empty. * |