diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-09 02:03:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-09 02:03:48 +0000 |
commit | bd3008c73dee8cb5ef64354efa9cfd364108f681 (patch) | |
tree | bde71c28b5e790ebf032c9bc8144a7019dfa4b49 /sys/arch/i386 | |
parent | eb4083c51d36f67127949515cfcc63634cfdfc0a (diff) |
annoying spacing glitch which makes the diffs bigger
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/disksubr.c b/sys/arch/i386/i386/disksubr.c index e89d06347b3..6aea778b4b9 100644 --- a/sys/arch/i386/i386/disksubr.c +++ b/sys/arch/i386/i386/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.81 2007/06/08 05:34:28 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.82 2007/06/09 02:03:47 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -335,7 +335,7 @@ setdisklabel(struct disklabel *olp, struct disklabel *nlp, /* sanity clause */ if (nlp->d_secpercyl == 0 || nlp->d_secsize == 0 || (nlp->d_secsize % DEV_BSIZE) != 0) - return(EINVAL); + return (EINVAL); /* special case to allow disklabel to be invalidated */ if (nlp->d_magic == 0xffffffff) { |