cvs commit: src/sbin/fsck_msdosfs check.c
Bruce Evans
bde at FreeBSD.org
Sat Dec 27 17:30:32 PST 2003
bde 2003/12/27 17:30:31 PST
FreeBSD src repository
Modified files:
sbin/fsck_msdosfs check.c
Log:
Oops, highly non-KNF indentation is normal for large expressions in
this program. Gnu indentation is used for these. Redo the fix for
the large expression at the end of the previous commit to give gnu
indentation. The original version was gnuish but had 9 bogus extra
characters of indentation in its continuation lines, perfect tab
lossage on every line, and other bugs.
The previous commit log should have claimed to fix style bugs in the
previous-1 commit (1.5), not the forced null previous commit (1.6).
Revision Changes Path
1.8 +5 -6 src/sbin/fsck_msdosfs/check.c
More information about the cvs-src
mailing list