summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-14 03:37:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-14 03:37:24 +0000
commitb7e4591ecab9c31e7306f57a377a68dd0b6a8c95 (patch)
tree9a4cde6f2150aa468011cd03ef40a537b7df4a67 /sys/arch/macppc
parent36bf49767d867ca231436ddd0a357a8103dfc8e4 (diff)
excessive blank lines making the versions different
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r--sys/arch/macppc/macppc/disksubr.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/macppc/macppc/disksubr.c b/sys/arch/macppc/macppc/disksubr.c
index b0603d09754..8f22a779a70 100644
--- a/sys/arch/macppc/macppc/disksubr.c
+++ b/sys/arch/macppc/macppc/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.53 2007/06/14 03:35:29 deraadt Exp $ */
+/* $OpenBSD: disksubr.c,v 1.54 2007/06/14 03:37:23 deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@ -81,7 +81,6 @@ readdisklabel(dev_t dev, void (*strat)(struct buf *),
int part_cnt, n, hfspartoff;
struct part_map_entry *part;
-
/* minimal requirements for archetypal disk label */
if (lp->d_secsize < DEV_BSIZE)
lp->d_secsize = DEV_BSIZE;
@@ -180,7 +179,6 @@ readdisklabel(dev_t dev, void (*strat)(struct buf *),
}
goto found_disklabel;
-
hfs_done:
/* MBR type disklabel */
/* do dos partitions in the process of getting disklabel? */
@@ -386,8 +384,6 @@ done:
return (msg);
}
-
-
/*
* Write disk label back to device after modification.
* XXX cannot handle OpenBSD partitions in extended partitions!