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/luna88k | |
parent | 36bf49767d867ca231436ddd0a357a8103dfc8e4 (diff) |
excessive blank lines making the versions different
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/luna88k/disksubr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/luna88k/luna88k/disksubr.c b/sys/arch/luna88k/luna88k/disksubr.c index b002f2702ef..70d57a162c6 100644 --- a/sys/arch/luna88k/luna88k/disksubr.c +++ b/sys/arch/luna88k/luna88k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.27 2007/06/14 03:35:29 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.28 2007/06/14 03:37:23 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.12 2002/02/19 17:09:44 wiz Exp $ */ /* @@ -211,8 +211,6 @@ done: } - - /* * Write disk label back to device after modification. * Current label is already in clp->cd_block[] |