radical re-formatting 0/3: Alphabetic headers
Except stated otherwise in comment. Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../util.h"
|
||||
#include "../slstatus.h"
|
||||
#include "../util.h"
|
||||
|
||||
#define RSSI_TO_PERC(rssi) \
|
||||
rssi >= -50 ? 100 : \
|
||||
|
Reference in New Issue
Block a user