--- pgp/src/noise.h 2018/04/24 16:42:12 1.1.1.2 +++ pgp/src/noise.h 2018/04/24 16:45:22 1.1.1.3 @@ -1,11 +1,11 @@ -/* - * Noise.h - get environmental noise for RNG - * - * The interface is system-independent, but the - * implementation should be highly system-dependent, - * to get at as much state as possible. - */ - -#include "usuals.h" - -word32 noise(void); +/* + * Noise.h - get environmental noise for RNG + * + * The interface is system-independent, but the + * implementation should be highly system-dependent, + * to get at as much state as possible. + */ + +#include "usuals.h" + +word32 noise(void);