]> granicus.if.org Git - php/commitdiff
stray tabs and spaces
authorSterling Hughes <sterling@php.net>
Wed, 5 Sep 2001 21:04:30 +0000 (21:04 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 5 Sep 2001 21:04:30 +0000 (21:04 +0000)
ext/standard/rand.c

index e71692d169d05c3b8875af36a3c3ef4dbacb032a..35f5d67558a2b0c7e5b217826da8cddaa1d895d0 100644 (file)
@@ -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) {