From 1870a61a9164b475526fbaa1d057f04810e0602b Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 6 Jul 2018 17:57:08 +0200 Subject: [PATCH] Fix coding style --- ext/standard/random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0