Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2009 15:13:28 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r195312 - projects/mesh11s/sys/net80211
Message-ID:  <200907031513.n63FDSIk081255@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Fri Jul  3 15:13:27 2009
New Revision: 195312
URL: http://svn.freebsd.org/changeset/base/195312

Log:
  Remove whitespace.

Modified:
  projects/mesh11s/sys/net80211/ieee80211_hwmp.c

Modified: projects/mesh11s/sys/net80211/ieee80211_hwmp.c
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_hwmp.c	Fri Jul  3 15:12:07 2009	(r195311)
+++ projects/mesh11s/sys/net80211/ieee80211_hwmp.c	Fri Jul  3 15:13:27 2009	(r195312)
@@ -145,7 +145,7 @@ static const struct timeval ieee80211_hw
 	((uint8_t *)(p))[0] = (v) & 0xff;		\
 	((uint8_t *)(p))[1] = ((v) >> 8) & 0xff;	\
 } while (0)
-#define LE_WRITE_4(p, v) do {				\                                             
+#define LE_WRITE_4(p, v) do {				\
 	((uint8_t *)(p))[0] = (v) & 0xff;		\
 	((uint8_t *)(p))[1] = ((v) >> 8) & 0xff;	\
 	((uint8_t *)(p))[2] = ((v) >> 16) & 0xff;	\



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