summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcpu.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2009-09-04 07:29:24 +0000
committerjulian <julian@FreeBSD.org>2009-09-04 07:29:24 +0000
commit48d3390a19c49a8258256d213ae334ac9bf5c935 (patch)
treed3751cf59f2b0078b1c33466fc5859162c80592a /sys/i386/include/pcpu.h
parentaf07561a1fdbe09796deff6dcbfbb7839b8d41df (diff)
downloadFreeBSD-src-48d3390a19c49a8258256d213ae334ac9bf5c935.zip
FreeBSD-src-48d3390a19c49a8258256d213ae334ac9bf5c935.tar.gz
whitespace commit
Submitted by: bde@
Diffstat (limited to 'sys/i386/include/pcpu.h')
-rw-r--r--sys/i386/include/pcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h
index bd25d5a..6cc03d0 100644
--- a/sys/i386/include/pcpu.h
+++ b/sys/i386/include/pcpu.h
@@ -152,7 +152,7 @@ extern struct pcpu *pcpup;
#define __PCPU_GET(name) __extension__ ({ \
__pcpu_type(name) __res; \
struct __s { \
- u_char __b[MIN(sizeof(__res), 4)]; \
+ u_char __b[MIN(sizeof(__res), 4)]; \
} __s; \
\
if (sizeof(__res) == 1 || sizeof(__res) == 2 || \
@@ -174,7 +174,7 @@ extern struct pcpu *pcpup;
#define __PCPU_ADD(name, val) do { \
__pcpu_type(name) __val; \
struct __s { \
- u_char __b[MIN(sizeof(__val), 4)]; \
+ u_char __b[MIN(sizeof(__val), 4)]; \
} __s; \
\
__val = (val); \
OpenPOWER on IntegriCloud