]> granicus.if.org Git - php/commitdiff
- whitespace fix
authorJan Lehnardt <jan@php.net>
Mon, 10 Jun 2002 16:34:25 +0000 (16:34 +0000)
committerJan Lehnardt <jan@php.net>
Mon, 10 Jun 2002 16:34:25 +0000 (16:34 +0000)
ext/standard/array.c

index 9665e9121b5dae917ee7a8c229068027cca0bba9..b799cfe370b3ad9d8bd00b23a6a9d0b9b0a53810 100644 (file)
@@ -2593,7 +2593,7 @@ PHP_FUNCTION(array_diff)
        /* for each argument, create and sort list with pointers to the hash buckets */
        lists = (Bucket ***)emalloc(argc * sizeof(Bucket **));
        ptrs = (Bucket ***)emalloc(argc * sizeof(Bucket **));
-    set_compare_func(SORT_STRING TSRMLS_CC);
+       set_compare_func(SORT_STRING TSRMLS_CC);
        for (i=0; i<argc; i++) {
                if (Z_TYPE_PP(args[i]) != IS_ARRAY) {
                        php_error(E_WARNING, "Argument #%d to array_diff() is not an array", i+1);