From: Sebastian Bergmann Date: Tue, 21 Feb 2006 21:38:28 +0000 (+0000) Subject: Fix whitespace. X-Git-Tag: RELEASE_1_2~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50ccc822618e69cb79faf77ed64037a11f4699b2;p=php Fix whitespace. --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 3945f5111d..894368e603 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -4268,7 +4268,7 @@ static zend_function_entry reflection_method_functions[] = { ZEND_ME(reflection_method, isPublic, NULL, 0) ZEND_ME(reflection_method, isPrivate, NULL, 0) ZEND_ME(reflection_method, isProtected, NULL, 0) - ZEND_ME(reflection_method, isAbstract, NULL, 0) + ZEND_ME(reflection_method, isAbstract, NULL, 0) ZEND_ME(reflection_method, isFinal, NULL, 0) ZEND_ME(reflection_method, isStatic, NULL, 0) ZEND_ME(reflection_method, isDeprecated, NULL, 0)