From: Zeev Suraski Date: Fri, 2 Mar 2001 23:56:03 +0000 (+0000) Subject: Whitespace fix X-Git-Tag: php-4.0.5RC1~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdacbc4c94a5eea6094387406826cf93ccee9ad0;p=php Whitespace fix --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index df35e91949..020dce5079 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -571,7 +571,7 @@ static zend_bool is_method_call(CLS_D) } cur_opline = (zend_op *)cur->data; if (cur_opline->opcode == ZEND_FETCH_OBJ_W) { - return 1; + return 1; } return 0; }