Prettier #ifdef indents

This commit is contained in:
Joseph C. Lehner 2023-10-23 16:36:05 +02:00
parent affcd0be47
commit fb9cf62f74

24
nmrpd.h
View file

@ -43,19 +43,19 @@
#endif #endif
#ifndef NMRPFLASH_WINDOWS #ifndef NMRPFLASH_WINDOWS
#include <arpa/inet.h> # include <arpa/inet.h>
#include <sys/types.h> # include <sys/types.h>
#include <sys/socket.h> # include <sys/socket.h>
#include <netinet/in.h> # include <netinet/in.h>
#include <net/if.h> # include <net/if.h>
#ifndef NMRPFLASH_LINUX # ifndef NMRPFLASH_LINUX
#include <net/if_dl.h> # include <net/if_dl.h>
#endif # endif
#else #else
#include <winsock2.h> # include <winsock2.h>
#include <ws2tcpip.h> # include <ws2tcpip.h>
#include <windows.h> # include <windows.h>
#include <conio.h> # include <conio.h>
#endif #endif
#ifndef MIN #ifndef MIN