add units to time, use configuration time api where appropriate, fixing Mantis #1875
[oweals/gnunet.git] / src / util / test_container_bloomfilter.c
index 49cddac7c7678ee394b2e234f8f557d01d96e226..c14adb0755373eee3dca9d28b318edea6951664e 100644 (file)
@@ -127,8 +127,8 @@ main (int argc, char *argv[])
 
   if (ok2 != 200)
   {
-    printf ("Got %d elements out of 200 "
-            "expected after initialization.\n", ok2);
+    printf ("Got %d elements out of 200 " "expected after initialization.\n",
+            ok2);
     GNUNET_CONTAINER_bloomfilter_free (bf);
     GNUNET_CONTAINER_bloomfilter_free (bfi);
     return -1;