From: mentor Date: Mon, 8 Oct 2007 11:38:21 +0000 (+0000) Subject: Function declaration whitespace X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=bdd0a567f334c372a30ad03f6c52d0895baf4580;p=madwifi%2F.git Function declaration whitespace git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2731 0192ed92-7a03-0410-a25b-9323aeb14dbd --- diff --git a/net80211/ieee80211_scan_ap.c b/net80211/ieee80211_scan_ap.c index cf035a5..c1a9df4 100644 --- a/net80211/ieee80211_scan_ap.c +++ b/net80211/ieee80211_scan_ap.c @@ -571,8 +571,9 @@ found: */ static int ap_end(struct ieee80211_scan_state *ss, struct ieee80211vap *vap, - int (*action)(struct ieee80211vap *, const struct ieee80211_scan_entry *), - u_int32_t flags) + int (*action)(struct ieee80211vap *, + const struct ieee80211_scan_entry *), + u_int32_t flags) { struct ap_state *as = ss->ss_priv; struct ieee80211com *ic = NULL;