From: Adam Dickmeiss Date: Fri, 19 Apr 2002 20:15:40 +0000 (+0000) Subject: Indentation;) X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bf2f16771295dce73da110a4165dc16c6035fb3;p=php Indentation;) --- diff --git a/ext/yaz/php_yaz.c b/ext/yaz/php_yaz.c index ba7e0464be..18b81fc743 100644 --- a/ext/yaz/php_yaz.c +++ b/ext/yaz/php_yaz.c @@ -799,7 +799,7 @@ static int send_sort_present (Yaz_Association t) { if (!send_sort(t)) return send_present (t); - return 1; + return 1; } static int send_present (Yaz_Association t)