Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2009 07:29:25 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196816 - head/sys/i386/include
Message-ID:  <200909040729.n847TPxD057926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: julian
Date: Fri Sep  4 07:29:24 2009
New Revision: 196816
URL: http://svn.freebsd.org/changeset/base/196816

Log:
  whitespace commit
  
  Submitted by:	bde@

Modified:
  head/sys/i386/include/pcpu.h

Modified: head/sys/i386/include/pcpu.h
==============================================================================
--- head/sys/i386/include/pcpu.h	Fri Sep  4 07:13:07 2009	(r196815)
+++ head/sys/i386/include/pcpu.h	Fri Sep  4 07:29:24 2009	(r196816)
@@ -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);							\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909040729.n847TPxD057926>