From: Stanislav Malyshev Date: Thu, 7 Dec 2000 10:36:45 +0000 (+0000) Subject: Whitespace fix X-Git-Tag: php-4.0.5RC1~981 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a356cf5c83e120667075126d530b3ec8298e073;p=php Whitespace fix --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index f7a6d56c60..fc138a5ed4 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -1791,7 +1791,7 @@ void zend_do_add_static_array_element(znode *result, znode *offset, znode *expr) *element = expr->u.constant; if (offset) { switch (offset->u.constant.type) { - case IS_CONSTANT: + case IS_CONSTANT: case IS_STRING: zend_hash_update(result->u.constant.value.ht, offset->u.constant.value.str.val, offset->u.constant.value.str.len+1, &element, sizeof(zval *), NULL); zval_dtor(&offset->u.constant);