aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
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
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')
-rw-r--r--src/datacache/datacache.c2
-rw-r--r--src/datacache/plugin_datacache_mysql.c2
-rw-r--r--src/datacache/plugin_datacache_postgres.c4
-rw-r--r--src/datacache/plugin_datacache_sqlite.c2
-rw-r--r--src/datacache/plugin_datacache_template.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index 9d12fbc3e..26402362b 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -92,7 +92,7 @@ struct GNUNET_DATACACHE_Handle
92/** 92/**
93 * Function called by plugins to notify the datacache 93 * Function called by plugins to notify the datacache
94 * about content deletions. 94 * about content deletions.
95 * 95 *
96 * @param cls closure 96 * @param cls closure
97 * @param key key of the content that was deleted 97 * @param key key of the content that was deleted
98 * @param size number of bytes that were made available 98 * @param size number of bytes that were made available
diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c
index 62787eea6..b9954faf9 100644
--- a/src/datacache/plugin_datacache_mysql.c
+++ b/src/datacache/plugin_datacache_mysql.c
@@ -877,7 +877,7 @@ mysql_plugin_get (void *cls, const GNUNET_HashCode * key,
877/** 877/**
878 * Delete the entry with the lowest expiration value 878 * Delete the entry with the lowest expiration value
879 * from the datacache right now. 879 * from the datacache right now.
880 * 880 *
881 * @param cls closure (our "struct Plugin") 881 * @param cls closure (our "struct Plugin")
882 * @return GNUNET_OK on success, GNUNET_SYSERR on error 882 * @return GNUNET_OK on success, GNUNET_SYSERR on error
883 */ 883 */
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 */
diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c
index 3d67ffc22..369e8c101 100644
--- a/src/datacache/plugin_datacache_sqlite.c
+++ b/src/datacache/plugin_datacache_sqlite.c
@@ -267,7 +267,7 @@ sqlite_plugin_get (void *cls, const GNUNET_HashCode * key,
267/** 267/**
268 * Delete the entry with the lowest expiration value 268 * Delete the entry with the lowest expiration value
269 * from the datacache right now. 269 * from the datacache right now.
270 * 270 *
271 * @param cls closure (our "struct Plugin") 271 * @param cls closure (our "struct Plugin")
272 * @return GNUNET_OK on success, GNUNET_SYSERR on error 272 * @return GNUNET_OK on success, GNUNET_SYSERR on error
273 */ 273 */
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 */