curly wars / auto-indentation
[oweals/gnunet.git] / src / datastore / test_datastore_api.c
index 47b1945ad7dad5cda1e7d8050017c9fcdb60f61a..0309a6592c42fbfc7d2d1fefef160c1f4d7dd815 100644 (file)
@@ -31,7 +31,7 @@
 #include "gnunet_protocols.h"
 #include "gnunet_datastore_service.h"
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_EXTRA_LOGGING
 
 #define START_DATASTORE GNUNET_YES
 
@@ -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