diff options
author | Andi Gutmans <andi@php.net> | 2002-03-16 18:16:55 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-03-16 18:16:55 +0000 |
commit | a18000f163f7a5ec618ed1093d5b34b8e8feb631 (patch) | |
tree | 4abf9d8b7bc8c137049090c5b1bb938b3eb6b954 /main/php_memory_streams.h | |
parent | 1fdd2a7ddd9276970ae71b91d9feeb5cebd3cc3a (diff) | |
download | php-git-a18000f163f7a5ec618ed1093d5b34b8e8feb631.tar.gz |
- Indentation fix.
Never do:
if (expr) {
}
else
It should be:
if (expr) {
} else {
Diffstat (limited to 'main/php_memory_streams.h')
0 files changed, 0 insertions, 0 deletions