Frank Denis il y a 7 ans
Parent
commit
a9c3cab0f0
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      impl/random.h

+ 3 - 3
impl/random.h

@@ -143,7 +143,7 @@ hydro_random_init(void)
 #include <errno.h>
 #include <fcntl.h>
 #ifdef __linux__
-#include <poll.h>
+# include <poll.h>
 #endif
 #include <sys/types.h>
 #include <unistd.h>
@@ -270,11 +270,11 @@ hydro_random_init(void)
 }
 
 #else
-#error Need an entropy source
+# error Need an entropy source
 #endif
 
 #else
-#error Unsupported platform
+# error Unsupported platform
 #endif
 
 static void