diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:29:07 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 08:29:07 +0000 |
commit | e5370bd7fea519cd9716c9c78ff7b1d06a52dac4 (patch) | |
tree | df4d58dbb04d4c3caaef0cd6a8c16a453481faf5 /release/libdisk/change.c | |
parent | 9b2e535452929d6f2f798a2c01b23b1f547a0b0f (diff) |
Remove trailing whitespace.
Notes
Notes:
svn path=/head/; revision=8881
Diffstat (limited to 'release/libdisk/change.c')
-rw-r--r-- | release/libdisk/change.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/libdisk/change.c b/release/libdisk/change.c index 0f39179f0f77..ab5a46cd0a2f 100644 --- a/release/libdisk/change.c +++ b/release/libdisk/change.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: change.c,v 1.6 1995/05/24 08:59:36 jkh Exp $ + * $Id: change.c,v 1.7 1995/05/25 06:14:45 phk Exp $ * */ @@ -48,7 +48,7 @@ All_FreeBSD(struct disk *d) { struct chunk *c; - again: + again: for (c=d->chunks->part;c;c=c->next) if (c->type != unused) { Delete_Chunk(d,c); |