diff options
author | yokota <yokota@FreeBSD.org> | 2001-10-01 11:42:25 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 2001-10-01 11:42:25 +0000 |
commit | a82b49660785e292283f0e6a9ab8a41ec8a63b43 (patch) | |
tree | 58c68f885709da383e441cb32087854ba0439fcc /release | |
parent | 700804d7d0a5d49b978f1584eb0042534888661d (diff) | |
download | FreeBSD-src-a82b49660785e292283f0e6a9ab8a41ec8a63b43.zip FreeBSD-src-a82b49660785e292283f0e6a9ab8a41ec8a63b43.tar.gz |
This is white-space only change. No functional difference.
- Be consistent about placing spaces around keywords and
operators; don't mix statements like "if(A==B)" and "if (X == Y)",
"return(0)" and "return (-1)", "P=10" and "Q = 0", etc.
- Consitently indent lines. It's not good to indent by 8 columns
in one part of the file, and by 4 columns in the other part.
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions