indentation, comment and style fixes, no semantic changes
[oweals/gnunet.git] / src / nse / perf_kdf.c
index b62b5eba6af5d6e0c2621d4fb7214e568da8af6d..61e477874115ef2942590d451ee91b2e71f0d3a7 100644 (file)
@@ -76,9 +76,9 @@ main (int argc, char *argv[])
           GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_duration (start),
                                                  GNUNET_YES));
   GAUGER ("NSE", "Proof-of-work hashing",
-          1024 / (1 +
+          1024.0 / (1.0 +
                  GNUNET_TIME_absolute_get_duration
-                 (start).rel_value_us / 1000LL), "hashes/ms");
+                 (start).rel_value_us / 1000.0), "hashes/ms");
   return 0;
 }