summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-08-01 17:28:58 +0200
committerThomas Haller <thaller@redhat.com>2019-08-01 17:28:58 +0200
commit2ea3c237235312f75498bd55deca128036029b31 (patch)
tree328ed155c3aebdcb92e79c567d65e57afee0c81a
parent9a229241f96ce48f77baa442b1b6aeac9d8489cb (diff)
downloadNetworkManager-2ea3c237235312f75498bd55deca128036029b31.tar.gz
core/trivial: fix whitespace
-rw-r--r--src/platform/wifi/nm-wifi-utils-nl80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/platform/wifi/nm-wifi-utils-nl80211.c b/src/platform/wifi/nm-wifi-utils-nl80211.c
index 164dada4e9..c4a8bd8a7d 100644
--- a/src/platform/wifi/nm-wifi-utils-nl80211.c
+++ b/src/platform/wifi/nm-wifi-utils-nl80211.c
@@ -284,8 +284,8 @@ nl80211_get_wake_on_wlan_handler (struct nl_msg *msg, void *arg)
struct genlmsghdr *gnlh = nlmsg_data (nlmsg_hdr (msg));
nla_parse_arr (attrs,
- genlmsg_attrdata(gnlh, 0),
- genlmsg_attrlen(gnlh, 0),
+ genlmsg_attrdata (gnlh, 0),
+ genlmsg_attrlen (gnlh, 0),
NULL);
if (!attrs[NL80211_ATTR_WOWLAN_TRIGGERS])
@@ -363,7 +363,7 @@ wifi_nl80211_set_wake_on_wlan (NMWifiUtils *data, NMSettingWirelessWakeOnWLan wo
if (NM_FLAGS_HAS (wowl, NM_SETTING_WIRELESS_WAKE_ON_WLAN_RFKILL_RELEASE))
NLA_PUT_FLAG (msg, NL80211_WOWLAN_TRIG_RFKILL_RELEASE);
- nla_nest_end(msg, triggers);
+ nla_nest_end (msg, triggers);
err = nl80211_send_and_recv (self, msg, NULL, NULL);