aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_template.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_template.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_template.c')
-rw-r--r--src/datacache/plugin_datacache_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_template.c b/src/datacache/plugin_datacache_template.c
index 046c603ad..2d3f160e4 100644
--- a/src/datacache/plugin_datacache_template.c
+++ b/src/datacache/plugin_datacache_template.c
@@ -85,7 +85,7 @@ template_plugin_get (void *cls, const GNUNET_HashCode * key,
85/** 85/**
86 * Delete the entry with the lowest expiration value 86 * Delete the entry with the lowest expiration value
87 * from the datacache right now. 87 * from the datacache right now.
88 * 88 *
89 * @param cls closure (our "struct Plugin") 89 * @param cls closure (our "struct Plugin")
90 * @return GNUNET_OK on success, GNUNET_SYSERR on error 90 * @return GNUNET_OK on success, GNUNET_SYSERR on error
91 */ 91 */