Add missing newline at end of file

This commit is contained in:
Dirk Ziegelmeier 2019-02-02 22:58:53 +01:00
parent 27c226b5d6
commit 78a0a62484
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#include "test_configs/opt_dualstack.h"
#undef LWIP_TCP
#define LWIP_TCP 0
#define LWIP_TCP 0

View File

@ -1,4 +1,4 @@
#include "test_configs/opt_ipv4only.h"
#undef LWIP_TCP
#define LWIP_TCP 0
#define LWIP_TCP 0

View File

@ -1,4 +1,4 @@
#include "test_configs/opt_ipv6only.h"
#undef LWIP_TCP
#define LWIP_TCP 0
#define LWIP_TCP 0

View File

@ -1,4 +1,4 @@
#include "test_configs/opt_dualstack.h"
#undef LWIP_UDP
#define LWIP_UDP 0
#define LWIP_UDP 0

View File

@ -1,4 +1,4 @@
#include "test_configs/opt_ipv4only.h"
#undef LWIP_UDP
#define LWIP_UDP 0
#define LWIP_UDP 0

View File

@ -1,4 +1,4 @@
#include "test_configs/opt_ipv6only.h"
#undef LWIP_UDP
#define LWIP_UDP 0
#define LWIP_UDP 0