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/hppa | |
parent | eb4083c51d36f67127949515cfcc63634cfdfc0a (diff) |
annoying spacing glitch which makes the diffs bigger
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/disksubr.c b/sys/arch/hppa/hppa/disksubr.c index afb616a4e22..f4263f33cfa 100644 --- a/sys/arch/hppa/hppa/disksubr.c +++ b/sys/arch/hppa/hppa/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.58 2007/06/08 05:34:27 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.59 2007/06/09 02:03:47 deraadt Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -556,7 +556,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); /* * XXX Nice thought, but it doesn't work, if the intention was to |