summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2002-11-30 11:20:25 +0000
committerAndi Gutmans <andi@php.net>2002-11-30 11:20:25 +0000
commit671fff2fde6b2bead914f1cf6951fc4bd3617c07 (patch)
tree2188e83d6040173ffaafe461e7cfb6247506ebba /Zend/zend.c
parent3429e3313b9a50fe966c1548a1b11fc493631d39 (diff)
downloadphp-git-671fff2fde6b2bead914f1cf6951fc4bd3617c07.tar.gz
h WHitespace
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index f44321b386..2ae7f1b643 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -225,7 +225,7 @@ ZEND_API void zend_print_zval_r(zval *expr, int indent)
ZEND_API void zend_print_zval_r_ex(zend_write_func_t write_func, zval *expr, int indent)
{
- switch(expr->type) {
+ switch (expr->type) {
case IS_ARRAY:
ZEND_PUTS("Array\n");
if (++expr->value.ht->nApplyCount>1) {