summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/rules.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:29:07 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:29:07 +0000
commitbb2ad2880bc60129e56a6ddbd15fe918cff834d2 (patch)
treedf4d58dbb04d4c3caaef0cd6a8c16a453481faf5 /lib/libdisk/rules.c
parentc86f0c7a71e7ade3e38b325c186a9cf374e0411e (diff)
downloadFreeBSD-src-bb2ad2880bc60129e56a6ddbd15fe918cff834d2.zip
FreeBSD-src-bb2ad2880bc60129e56a6ddbd15fe918cff834d2.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'lib/libdisk/rules.c')
-rw-r--r--lib/libdisk/rules.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libdisk/rules.c b/lib/libdisk/rules.c
index 2c21eb4..73a321c 100644
--- a/lib/libdisk/rules.c
+++ b/lib/libdisk/rules.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: rules.c,v 1.8 1995/05/06 03:28:31 phk Exp $
+ * $Id: rules.c,v 1.9 1995/05/08 01:34:31 phk Exp $
*
*/
@@ -100,7 +100,7 @@ Rule_000(struct disk *d, struct chunk *c, char *msg)
"Too many active children of 'whole'");
}
-/*
+/*
* Rule#1:
* All children of 'whole' and 'extended' must be track-aligned.
* Exception: the end can be unaligned if it matches the end of 'whole'
@@ -130,7 +130,7 @@ Rule_001(struct disk *d, struct chunk *c, char *msg)
}
}
-/*
+/*
* Rule#2:
* Max one 'fat' as child of 'whole'
*/
@@ -153,7 +153,7 @@ Rule_002(struct disk *d, struct chunk *c, char *msg)
}
}
-/*
+/*
* Rule#3:
* Max one extended as child of 'whole'
*/
@@ -176,7 +176,7 @@ Rule_003(struct disk *d, struct chunk *c, char *msg)
}
}
-/*
+/*
* Rule#4:
* Max seven 'part' as children of 'freebsd'
* Max one FS_SWAP child per 'freebsd'
OpenPOWER on IntegriCloud