diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 08:29:07 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 08:29:07 +0000 |
commit | bb2ad2880bc60129e56a6ddbd15fe918cff834d2 (patch) | |
tree | df4d58dbb04d4c3caaef0cd6a8c16a453481faf5 /release/libdisk/change.c | |
parent | c86f0c7a71e7ade3e38b325c186a9cf374e0411e (diff) | |
download | FreeBSD-src-bb2ad2880bc60129e56a6ddbd15fe918cff834d2.zip FreeBSD-src-bb2ad2880bc60129e56a6ddbd15fe918cff834d2.tar.gz |
Remove trailing whitespace.
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 0f39179..ab5a46c 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); |