]> granicus.if.org Git - php/commit
- Indentation fix.
authorAndi Gutmans <andi@php.net>
Sat, 16 Mar 2002 18:16:55 +0000 (18:16 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 16 Mar 2002 18:16:55 +0000 (18:16 +0000)
commita18000f163f7a5ec618ed1093d5b34b8e8feb631
tree4abf9d8b7bc8c137049090c5b1bb938b3eb6b954
parent1fdd2a7ddd9276970ae71b91d9feeb5cebd3cc3a
- Indentation fix.
Never do:
if (expr) {
}
else

It should be:
if (expr) {
} else {
main/streams.c