diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-04 14:00:32 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-04 14:00:32 +0000 |
commit | 83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch) | |
tree | d0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/datastore/test_datastore_api.c | |
parent | 28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff) |
curly wars / auto-indentation
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r-- | src/datastore/test_datastore_api.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index b1dd0e5def..0309a6592c 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, if (NULL == key) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Value check failed (got NULL key) in %d/%d\n", - crc->phase, crc->i); + "Value check failed (got NULL key) in %d/%d\n", crc->phase, + crc->i); crc->phase = RP_ERROR; GNUNET_SCHEDULER_add_continuation (&run_continuation, crc, - GNUNET_SCHEDULER_REASON_PREREQ_DONE); + GNUNET_SCHEDULER_REASON_PREREQ_DONE); return; } #if 0 |