radical re-formatting 1/3: Fix spacing
Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/
This commit is contained in:
parent
0696635bcb
commit
2104dc362c
5 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue