diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-03-15 08:29:22 +0000 |
commit | c7bda1ce659294d6e22c06e087f6f265983c7578 (patch) | |
tree | 4c6d2217f4d8306c59cf1096f8664e1cfd167213 /libbb/dump.c | |
parent | 8854004b41065b3d081af7f3df13a100b0c8bfbe (diff) | |
download | busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2 busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip |
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'libbb/dump.c')
-rw-r--r-- | libbb/dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 5046b926b..f169da677 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -248,8 +248,8 @@ static void rewrite(FS * fs) | |||
248 | pr->cchar = pr->fmt + (p1 - fmtp); | 248 | pr->cchar = pr->fmt + (p1 - fmtp); |
249 | 249 | ||
250 | /* DBU:[dave@cray.com] w/o this, trailing fmt text, space is lost. | 250 | /* DBU:[dave@cray.com] w/o this, trailing fmt text, space is lost. |
251 | * Skip subsequent text and up to the next % sign and tack the | 251 | * Skip subsequent text and up to the next % sign and tack the |
252 | * additional text onto fmt: eg. if fmt is "%x is a HEX number", | 252 | * additional text onto fmt: eg. if fmt is "%x is a HEX number", |
253 | * we lose the " is a HEX number" part of fmt. | 253 | * we lose the " is a HEX number" part of fmt. |
254 | */ | 254 | */ |
255 | for (p3 = p2; *p3 && *p3 != '%'; p3++); | 255 | for (p3 = p2; *p3 && *p3 != '%'; p3++); |