From 5ec58914fe9e0f2d95679b3346ebd8d72cac2f52 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Wed, 5 Sep 2001 21:04:30 +0000 Subject: [PATCH] stray tabs and spaces --- ext/standard/rand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/rand.c b/ext/standard/rand.c index e71692d169d..35f5d67558a 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) {