summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-14 03:41:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-14 03:41:23 +0000
commite67b3e0824e002aedeb50ad27b4016293a8463a6 (patch)
treecd1178ded43e09914ac9e25f55bfa23294be3fda /sys/arch/mips64
parentb7e4591ecab9c31e7306f57a377a68dd0b6a8c95 (diff)
some spaces in the way
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/disksubr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c
index 618731c2a70..5907921a5b0 100644
--- a/sys/arch/mips64/mips64/disksubr.c
+++ b/sys/arch/mips64/mips64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.56 2007/06/14 03:37:23 deraadt Exp $ */
+/* $OpenBSD: disksubr.c,v 1.57 2007/06/14 03:41:21 deraadt Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -446,9 +446,9 @@ readsgilabel(bp, strat, lp, osdep, partoffp, cylp, spoofonly)
return "sgilabel checksum error";
/* Set up partitions i-l if there is no BSD label. */
- lp->d_secsize = dlp->dp.dp_secbytes;
- lp->d_nsectors = dlp->dp.dp_secs;
- lp->d_ntracks = dlp->dp.dp_trks0;
+ lp->d_secsize = dlp->dp.dp_secbytes;
+ lp->d_nsectors = dlp->dp.dp_secs;
+ lp->d_ntracks = dlp->dp.dp_trks0;
lp->d_ncylinders = dlp->dp.dp_cyls;
lp->d_interleave = dlp->dp.dp_interleave;
lp->d_npartitions = MAXPARTITIONS;