]> granicus.if.org Git - php/commitdiff
stray tabs
authorSterling Hughes <sterling@php.net>
Mon, 3 Sep 2001 06:10:45 +0000 (06:10 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 3 Sep 2001 06:10:45 +0000 (06:10 +0000)
ext/standard/string.c

index 968dc5532619d7fba300b176d9cb49a5dbd4f2d2..53f9d0e0cba86611b952c63a3fba5abce42e625e 100644 (file)
@@ -3742,9 +3742,9 @@ PHP_FUNCTION(sscanf)
        convert_to_string_ex(args[1]);
        
        result = php_sscanf_internal(Z_STRVAL_PP(args[0]),
-                                                                Z_STRVAL_PP(args[1]),
-                                                                argc, args,
-                                                                2, &return_value TSRMLS_CC);
+                                    Z_STRVAL_PP(args[1]),
+                                    argc, args,
+                                    2, &return_value TSRMLS_CC);
        efree(args);
 
        if (SCAN_ERROR_WRONG_PARAM_COUNT == result) {