cvs commit: src/usr.bin/indent indent.c
Bruce Evans
bde at FreeBSD.org
Mon Feb 9 07:57:36 PST 2004
bde 2004/02/09 07:57:36 PST
FreeBSD src repository
Modified files:
usr.bin/indent indent.c
Log:
Fixed tab lossage in indented variable names. The -diN option was
worse than useless because it caused things like mangling of
"^int\tfoo" to "int foo" (this for N = 8). This quick fix breaks
the invariant that characters between s_code and e_code have width 1,
but nothing seems to depend on this.
Revision Changes Path
1.19 +22 -6 src/usr.bin/indent/indent.c
More information about the cvs-src
mailing list