Skip to content

Commit 1870a61

Browse files
committed
Fix coding style
1 parent 9da4e30 commit 1870a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/standard/random.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__)
3737
# include <sys/param.h>
3838
# if __FreeBSD__ && __FreeBSD_version > 1200000
39-
#include <sys/random.h>
39+
# include <sys/random.h>
4040
# endif
4141
#endif
4242

@@ -83,7 +83,7 @@ PHP_MSHUTDOWN_FUNCTION(random)
8383
}
8484
/* }}} */
8585

86-
/* {{{ */
86+
/* {{{ php_random_bytes */
8787
PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw)
8888
{
8989
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)