From 50ccc822618e69cb79faf77ed64037a11f4699b2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 21 Feb 2006 21:38:28 +0000 Subject: [PATCH] Fix whitespace. --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1