fix
[oweals/gnunet.git] / src / util / test_crypto_hash.c
index 85de9fbbbfee7016e58bd1bf4996d5e012b79428..a32a28ef031ee42adb6abf87266ed6696eb0de3f 100644 (file)
@@ -55,6 +55,7 @@ static int
 testEncoding ()
 {
   int i;
+
   for (i = 0; i < 255; i++)
     if (0 != test (i))
       return 1;
@@ -124,8 +125,8 @@ file_hasher (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   GNUNET_assert (NULL !=
                 GNUNET_CRYPTO_hash_file (GNUNET_SCHEDULER_PRIORITY_DEFAULT,
-                                         FILENAME, 1024,
-                                         &finished_task, cls));
+                                         FILENAME, 1024, &finished_task,
+                                         cls));
 }