aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/datastore/test_datastore_api.c
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index b1dd0e5de..0309a6592 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -185,11 +185,11 @@ check_value (void *cls, const GNUNET_HashCode * key, size_t size,
185 if (NULL == key) 185 if (NULL == key)
186 { 186 {
187 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 187 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
188 "Value check failed (got NULL key) in %d/%d\n", 188 "Value check failed (got NULL key) in %d/%d\n", crc->phase,
189 crc->phase, crc->i); 189 crc->i);
190 crc->phase = RP_ERROR; 190 crc->phase = RP_ERROR;
191 GNUNET_SCHEDULER_add_continuation (&run_continuation, crc, 191 GNUNET_SCHEDULER_add_continuation (&run_continuation, crc,
192 GNUNET_SCHEDULER_REASON_PREREQ_DONE); 192 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
193 return; 193 return;
194 } 194 }
195#if 0 195#if 0