Function declaration whitespace

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2731 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2007-10-08 11:38:21 +00:00
parent a5bfbf4367
commit bdd0a567f3

View File

@ -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;