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:
@ -4,15 +4,15 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
#elif defined(__FreeBSD__)
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#include "../util.h"
|
||||
#include "../slstatus.h"
|
||||
#include "../util.h"
|
||||
|
||||
static const char *
|
||||
ip(const char *interface, unsigned short sa_family)
|
||||
|
Reference in New Issue
Block a user