diff options
author | drkhsh <me@drkhsh.at> | 2022-10-28 00:49:31 +0200 |
---|---|---|
committer | drkhsh <me@drkhsh.at> | 2022-10-28 01:03:31 +0200 |
commit | 2104dc362ca7336d98499a5945ea2a3d371f7568 (patch) | |
tree | c7859bd5b27dcc4ee9a2c84b939d099c42167a9c /components/wifi.c | |
parent | 0696635bcbad06770cce7d5a4c9e8e4d76868307 (diff) | |
download | slstatus-2104dc362ca7336d98499a5945ea2a3d371f7568.tar.gz |
radical re-formatting 1/3: Fix spacing
Fixes coding style. Formatting commits suck, incoherent coding style
sucks more.
https://suckless.org/coding_style/
Diffstat (limited to 'components/wifi.c')
-rw-r--r-- | components/wifi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/wifi.c b/components/wifi.c index d75a613..a20e8d4 100644 --- a/components/wifi.c +++ b/components/wifi.c @@ -257,7 +257,7 @@ fmt = NULL; len = sizeof(ssid); memset(&ssid, 0, len); - if (load_ieee80211req(sockfd, interface, &ssid, IEEE80211_IOC_SSID, &len )) { + if (load_ieee80211req(sockfd, interface, &ssid, IEEE80211_IOC_SSID, &len)) { if (len < sizeof(ssid)) len += 1; else |