]> granicus.if.org Git - php/commitdiff
Fix whitespace.
authorSebastian Bergmann <sebastian@php.net>
Tue, 21 Feb 2006 21:38:28 +0000 (21:38 +0000)
committerSebastian Bergmann <sebastian@php.net>
Tue, 21 Feb 2006 21:38:28 +0000 (21:38 +0000)
ext/reflection/php_reflection.c

index 3945f5111dd331fbc79db0647c31ce2f64ca0874..894368e6036f5aba8ec474beb0b3f639b1e713b5 100644 (file)
@@ -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)