X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Futils_random.h;h=d56bcf6a614ef443f0b5972976821c791557e0ed;hb=79963d13c1884d1d92667cc502ad20758b084a12;hp=b05f4c86a3798d0a09e91b17483e1b55cd01d1ea;hpb=ea3a86f0ff50f12650aae7eea033984a8ae0eba5;p=collectd.git diff --git a/src/daemon/utils_random.h b/src/daemon/utils_random.h index b05f4c86..d56bcf6a 100644 --- a/src/daemon/utils_random.h +++ b/src/daemon/utils_random.h @@ -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);