From: Sterling Hughes Date: Wed, 5 Sep 2001 21:04:30 +0000 (+0000) Subject: stray tabs and spaces X-Git-Tag: PRE_SUBST_Z_MACROS~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ec58914fe9e0f2d95679b3346ebd8d72cac2f52;p=php stray tabs and spaces --- diff --git a/ext/standard/rand.c b/ext/standard/rand.c index e71692d169..35f5d67558 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -202,7 +202,7 @@ PHP_FUNCTION(srand) } convert_to_long_ex(seed); - php_srand(Z_LVAL_PP(seed)); + php_srand(Z_LVAL_PP(seed)); } /* }}} */ @@ -263,7 +263,7 @@ PHP_FUNCTION(rand) if (argc != 0 && argc != 2 || zend_get_parameters_ex(argc, &min, &max) == FAILURE) { WRONG_PARAM_COUNT; - } + } number = php_rand(); if (argc == 2) {