From: Anatol Belski Date: Fri, 6 Jul 2018 15:57:08 +0000 (+0200) Subject: Fix coding style X-Git-Tag: php-7.3.0alpha4~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1870a61a9164b475526fbaa1d057f04810e0602b;p=php Fix coding style --- diff --git a/ext/standard/random.c b/ext/standard/random.c index 1a394aae81..77895309cd 100644 --- a/ext/standard/random.c +++ b/ext/standard/random.c @@ -36,7 +36,7 @@ #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) # include # if __FreeBSD__ && __FreeBSD_version > 1200000 - #include +# include # 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