]> granicus.if.org Git - php/commitdiff
Fix coding style
authorAnatol Belski <ab@php.net>
Fri, 6 Jul 2018 15:57:08 +0000 (17:57 +0200)
committerAnatol Belski <ab@php.net>
Fri, 6 Jul 2018 15:57:08 +0000 (17:57 +0200)
ext/standard/random.c

index 1a394aae81be3df2a04d0539a617f2db7d0b4f11..77895309cd62943c4a99bce51628c13ce3b80073 100644 (file)
@@ -36,7 +36,7 @@
 #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
 # include <sys/param.h>
 # if __FreeBSD__ && __FreeBSD_version > 1200000
-    #include <sys/random.h>
+#  include <sys/random.h>
 # endif
 #endif
 
@@ -83,7 +83,7 @@ PHP_MSHUTDOWN_FUNCTION(random)
 }
 /* }}} */
 
-/* {{{ */
+/* {{{ php_random_bytes */
 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw)
 {
 #ifdef PHP_WIN32