diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-14 03:37:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-14 03:37:24 +0000 |
commit | b7e4591ecab9c31e7306f57a377a68dd0b6a8c95 (patch) | |
tree | 9a4cde6f2150aa468011cd03ef40a537b7df4a67 /sys/arch/sparc | |
parent | 36bf49767d867ca231436ddd0a357a8103dfc8e4 (diff) |
excessive blank lines making the versions different
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/sparc/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/disksubr.c b/sys/arch/sparc/sparc/disksubr.c index 78384fb0fc3..1f38768dc64 100644 --- a/sys/arch/sparc/sparc/disksubr.c +++ b/sys/arch/sparc/sparc/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.61 2007/06/14 03:35:30 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.62 2007/06/14 03:37:23 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.16 1996/04/28 20:25:59 thorpej Exp $ */ /* @@ -183,7 +183,6 @@ done: return (msg); } - /* * Write disk label back to device after modification. * Current label is already in clp->cd_block[] |