diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-09-30 14:57:04 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2015-09-30 14:57:04 +0000 |
commit | cdcc4535b4686c8748e1805ed9817bcf0466a59d (patch) | |
tree | e270bdd735d6d45b2420119b9fbdb23e1237dc0b /sys/arch/luna88k | |
parent | 5d73202a4c74eddd671ab127bcbcce27a1066423 (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/luna88k')
-rw-r--r-- | sys/arch/luna88k/include/disklabel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/luna88k/include/disklabel.h b/sys/arch/luna88k/include/disklabel.h index 9626b3c393b..1c65b293642 100644 --- a/sys/arch/luna88k/include/disklabel.h +++ b/sys/arch/luna88k/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.5 2007/06/20 18:15:45 deraadt Exp $ */ +/* $OpenBSD: disklabel.h,v 1.6 2015/09/30 14:57:03 krw Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -33,8 +33,8 @@ #ifndef _MACHINE_DISKLABEL_H_ #define _MACHINE_DISKLABEL_H_ -#define LABELSECTOR 0 /* sector containing label */ -#define LABELOFFSET 64 /* offset of label in sector */ -#define MAXPARTITIONS 16 /* number of partitions */ +#define LABELSECTOR 0 /* sector containing label */ +#define LABELOFFSET 64 /* offset of label in sector */ +#define MAXPARTITIONS 16 /* number of partitions */ #endif /* _MACHINE_DISKLABEL_H_ */ |