From: Jan Lehnardt Date: Mon, 10 Jun 2002 16:34:25 +0000 (+0000) Subject: - whitespace fix X-Git-Tag: php5_5_0~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8de8ec90ccf7133d9f5bb35024ad73df14415cc;p=php - whitespace fix --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 9665e9121b..b799cfe370 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -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