aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.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/datastore/gnunet-service-datastore.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/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index d6a0b3c81..29f68d8bb 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -199,7 +199,7 @@ static struct GNUNET_STATISTICS_Handle *stats;
199 199
200 200
201/** 201/**
202 * Synchronize our utilization statistics with the 202 * Synchronize our utilization statistics with the
203 * statistics service. 203 * statistics service.
204 */ 204 */
205static void 205static void
@@ -857,7 +857,7 @@ execute_put (struct GNUNET_SERVER_Client *client, const struct DataMessage *dm)
857 * maybe 0 if no unique identifier is available 857 * maybe 0 if no unique identifier is available
858 * 858 *
859 * @return GNUNET_OK usually 859 * @return GNUNET_OK usually
860 * GNUNET_NO to delete the item 860 * GNUNET_NO to delete the item
861 */ 861 */
862static int 862static int
863check_present (void *cls, const GNUNET_HashCode * key, uint32_t size, 863check_present (void *cls, const GNUNET_HashCode * key, uint32_t size,
@@ -1214,7 +1214,7 @@ handle_drop (void *cls, struct GNUNET_SERVER_Client *client,
1214 * change in their disk utilization. 1214 * change in their disk utilization.
1215 * 1215 *
1216 * @param cls closure (NULL) 1216 * @param cls closure (NULL)
1217 * @param delta change in disk utilization, 1217 * @param delta change in disk utilization,
1218 * 0 for "reset to empty" 1218 * 0 for "reset to empty"
1219 */ 1219 */
1220static void 1220static void