diff options
author | 2015-09-30 15:13:54 +0000 | |
---|---|---|
committer | 2015-09-30 15:13:54 +0000 | |
commit | c0bfb082b84bdfd8fbc16ad2df8278304dae769c (patch) | |
tree | 85f255fc8f28b1a1ca2d2c1c9738d45d37c30e6a | |
parent | Use consistant whitespace/comments for #define'ing LABELSECTOR, (diff) | |
download | wireguard-openbsd-c0bfb082b84bdfd8fbc16ad2df8278304dae769c.tar.xz wireguard-openbsd-c0bfb082b84bdfd8fbc16ad2df8278304dae769c.zip |
Remove some trailing whitespace.
-rw-r--r-- | sys/arch/hppa/include/disklabel.h | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/include/disklabel.h | 4 | ||||
-rw-r--r-- | sys/arch/macppc/include/disklabel.h | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/hppa/include/disklabel.h b/sys/arch/hppa/include/disklabel.h index a0b3a52fb96..041946f8651 100644 --- a/sys/arch/hppa/include/disklabel.h +++ b/sys/arch/hppa/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.23 2015/09/30 14:57:03 krw Exp $ */ +/* $OpenBSD: disklabel.h,v 1.24 2015/09/30 15:13:54 krw Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -123,7 +123,7 @@ struct hpux_label { #define LIF_FILESTART 8192 #define btolifs(b) (((b) + (LIF_SECTSIZE - 1)) / LIF_SECTSIZE) -#define lifstob(s) ((s) * LIF_SECTSIZE) +#define lifstob(s) ((s) * LIF_SECTSIZE) #define lifstodb(s) ((s) * LIF_SECTSIZE / DEV_BSIZE) #define MAXLIFSPACE 256 /* 512 byte blocks */ diff --git a/sys/arch/hppa64/include/disklabel.h b/sys/arch/hppa64/include/disklabel.h index 3d9f82cf398..1c721efa1fe 100644 --- a/sys/arch/hppa64/include/disklabel.h +++ b/sys/arch/hppa64/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.17 2015/09/30 14:57:03 krw Exp $ */ +/* $OpenBSD: disklabel.h,v 1.18 2015/09/30 15:13:54 krw Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -123,7 +123,7 @@ struct hpux_label { #define LIF_FILESTART 8192 #define btolifs(b) (((b) + (LIF_SECTSIZE - 1)) / LIF_SECTSIZE) -#define lifstob(s) ((s) * LIF_SECTSIZE) +#define lifstob(s) ((s) * LIF_SECTSIZE) #define lifstodb(s) ((s) * LIF_SECTSIZE / DEV_BSIZE) #define MAXLIFSPACE 256 /* 512 byte blocks */ diff --git a/sys/arch/macppc/include/disklabel.h b/sys/arch/macppc/include/disklabel.h index 615ac8d7257..8265594f430 100644 --- a/sys/arch/macppc/include/disklabel.h +++ b/sys/arch/macppc/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.15 2015/09/30 14:57:03 krw Exp $ */ +/* $OpenBSD: disklabel.h,v 1.16 2015/09/30 15:13:54 krw Exp $ */ /* * Copyright (c) 1994 Christopher G. Demetriou @@ -40,8 +40,8 @@ /* HFS/DPME */ /* partition map structure from Inside Macintosh: Devices, SCSI Manager - * pp. 13-14. The partition map always begins on physical block 1. - * + * pp. 13-14. The partition map always begins on physical block 1. + * * With the exception of block 0, all blocks on the disk must belong to * exactly one partition. The partition map itself belongs to a partition * of type `APPLE_PARTITION_MAP', and is not limited in size by anything @@ -50,7 +50,7 @@ */ struct part_map_entry { #define PART_ENTRY_MAGIC 0x504d - u_int16_t pmSig; /* partition signature */ + u_int16_t pmSig; /* partition signature */ u_int16_t pmSigPad; /* (reserved) */ u_int32_t pmMapBlkCnt; /* number of blocks in partition map */ u_int32_t pmPyPartStart; /* first physical block of partition */ |