svn commit: r194053 - projects/mesh11s/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Fri Jun 12 10:41:01 UTC 2009


Author: rpaulo
Date: Fri Jun 12 10:41:00 2009
New Revision: 194053
URL: http://svn.freebsd.org/changeset/base/194053

Log:
  fix style

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

Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.c
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_mesh.c	Fri Jun 12 09:31:14 2009	(r194052)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.c	Fri Jun 12 10:41:00 2009	(r194053)
@@ -69,7 +69,7 @@ static inline void	mesh_linkchange(struc
     enum ieee80211_mesh_mlstate);
 static int	mesh_input(struct ieee80211_node *, struct mbuf *, int, int);
 static void	mesh_recv_mgmt(struct ieee80211_node *, struct mbuf *, int,
-		    int, int);
+    int, int);
 static void	mesh_recv_action(struct ieee80211_node *, struct mbuf *);
 static inline void	mesh_peer_timeout_setup(struct ieee80211_node *);
 static void		mesh_peer_timeout_backoff(struct ieee80211_node *);


More information about the svn-src-projects mailing list