summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.h
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_operators.h
parent3429e3313b9a50fe966c1548a1b11fc493631d39 (diff)
downloadphp-git-671fff2fde6b2bead914f1cf6951fc4bd3617c07.tar.gz
h WHitespace
Diffstat (limited to 'Zend/zend_operators.h')
-rw-r--r--Zend/zend_operators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h
index 74b71e1b12..2a7db38cac 100644
--- a/Zend/zend_operators.h
+++ b/Zend/zend_operators.h
@@ -109,7 +109,7 @@ static inline zend_bool is_numeric_string(char *str, int length, long *lval, dou
register char *ptr=str, *end=str+length;
while (ptr<end) {
- switch(*ptr++) {
+ switch (*ptr++) {
case 'e':
case 'E':
/* scientific notation, not handled by the BC library */