summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/include
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2015-09-30 14:57:04 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2015-09-30 14:57:04 +0000
commitcdcc4535b4686c8748e1805ed9817bcf0466a59d (patch)
treee270bdd735d6d45b2420119b9fbdb23e1237dc0b /sys/arch/macppc/include
parent5d73202a4c74eddd671ab127bcbcce27a1066423 (diff)
Use consistant whitespace/comments for #define'ing LABELSECTOR,
LABELOFFSET and MAXPARTITIONS. Easier on the eye when scanning through all these files. No functional change.
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r--sys/arch/macppc/include/disklabel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/include/disklabel.h b/sys/arch/macppc/include/disklabel.h
index 83c3e06b191..615ac8d7257 100644
--- a/sys/arch/macppc/include/disklabel.h
+++ b/sys/arch/macppc/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.14 2007/06/20 18:15:45 deraadt Exp $ */
+/* $OpenBSD: disklabel.h,v 1.15 2015/09/30 14:57:03 krw Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -33,9 +33,9 @@
#ifndef _MACHINE_DISKLABEL_H_
#define _MACHINE_DISKLABEL_H_
-#define LABELSECTOR 1 /* sector containing label */
-#define LABELOFFSET 0 /* offset of label in sector */
-#define MAXPARTITIONS 16 /* number of partitions */
+#define LABELSECTOR 1 /* sector containing label */
+#define LABELOFFSET 0 /* offset of label in sector */
+#define MAXPARTITIONS 16 /* number of partitions */
/* HFS/DPME */