diff options
author | Andi Gutmans <andi@php.net> | 2002-11-30 11:20:25 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-11-30 11:20:25 +0000 |
commit | 671fff2fde6b2bead914f1cf6951fc4bd3617c07 (patch) | |
tree | 2188e83d6040173ffaafe461e7cfb6247506ebba /Zend/zend_indent.c | |
parent | 3429e3313b9a50fe966c1548a1b11fc493631d39 (diff) | |
download | php-git-671fff2fde6b2bead914f1cf6951fc4bd3617c07.tar.gz |
h WHitespace
Diffstat (limited to 'Zend/zend_indent.c')
-rw-r--r-- | Zend/zend_indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_indent.c b/Zend/zend_indent.c index 71f1fb7077..5477ca04ac 100644 --- a/Zend/zend_indent.c +++ b/Zend/zend_indent.c @@ -80,7 +80,7 @@ ZEND_API void zend_indent() default: if (token.type==0) { /* keyword */ - switch(token_type) { + switch (token_type) { case ',': ZEND_PUTS(", "); goto dflt_printout; |