aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_postgres.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/datacache/plugin_datacache_postgres.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/datacache/plugin_datacache_postgres.c')
-rw-r--r--src/datacache/plugin_datacache_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c
index c5730078a..0f7dd8904 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -57,7 +57,7 @@ struct Plugin
57 * Check if the result obtained from Postgres has 57 * Check if the result obtained from Postgres has
58 * the desired status code. If not, log an error, clear the 58 * the desired status code. If not, log an error, clear the
59 * result and return GNUNET_SYSERR. 59 * result and return GNUNET_SYSERR.
60 * 60 *
61 * @return GNUNET_OK if the result is acceptable 61 * @return GNUNET_OK if the result is acceptable
62 */ 62 */
63static int 63static int
@@ -416,7 +416,7 @@ postgres_plugin_get (void *cls, const GNUNET_HashCode * key,
416/** 416/**
417 * Delete the entry with the lowest expiration value 417 * Delete the entry with the lowest expiration value
418 * from the datacache right now. 418 * from the datacache right now.
419 * 419 *
420 * @param cls closure (our "struct Plugin") 420 * @param cls closure (our "struct Plugin")
421 * @return GNUNET_OK on success, GNUNET_SYSERR on error 421 * @return GNUNET_OK on success, GNUNET_SYSERR on error
422 */ 422 */