white space diff reduction

This commit is contained in:
Sam Leffler 2007-03-11 06:38:26 +00:00
parent cda15ce18b
commit 7835d71cde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167433

View file

@ -90,7 +90,7 @@ null_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
}
static int
null_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
const u_int8_t mac[IEEE80211_ADDR_LEN])
const u_int8_t mac[IEEE80211_ADDR_LEN])
{
return 1;
}