Tree wide: Reformat with clang-format.
[collectd.git] / src / daemon / utils_random.h
index b05f4c8..d56bcf6 100644 (file)
@@ -29,7 +29,7 @@
  *
  * This function is thread- and reentrant-safe.
  */
-double cdrand_d (void);
+double cdrand_d(void);
 
 /**
  * Returns a random long between min and max, inclusively.
@@ -37,4 +37,4 @@ double cdrand_d (void);
  * If min is larger than max, the result may be rounded incorrectly and may be
  * outside the intended range. This function is thread- and reentrant-safe.
  */
-long cdrand_range (long min, long max);
+long cdrand_range(long min, long max);