mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 09:03:49 +08:00
Add missing newline at end of file
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "test_configs/opt_dualstack.h"
|
#include "test_configs/opt_dualstack.h"
|
||||||
|
|
||||||
#undef LWIP_TCP
|
#undef LWIP_TCP
|
||||||
#define LWIP_TCP 0
|
#define LWIP_TCP 0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "test_configs/opt_ipv4only.h"
|
#include "test_configs/opt_ipv4only.h"
|
||||||
|
|
||||||
#undef LWIP_TCP
|
#undef LWIP_TCP
|
||||||
#define LWIP_TCP 0
|
#define LWIP_TCP 0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "test_configs/opt_ipv6only.h"
|
#include "test_configs/opt_ipv6only.h"
|
||||||
|
|
||||||
#undef LWIP_TCP
|
#undef LWIP_TCP
|
||||||
#define LWIP_TCP 0
|
#define LWIP_TCP 0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "test_configs/opt_dualstack.h"
|
#include "test_configs/opt_dualstack.h"
|
||||||
|
|
||||||
#undef LWIP_UDP
|
#undef LWIP_UDP
|
||||||
#define LWIP_UDP 0
|
#define LWIP_UDP 0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "test_configs/opt_ipv4only.h"
|
#include "test_configs/opt_ipv4only.h"
|
||||||
|
|
||||||
#undef LWIP_UDP
|
#undef LWIP_UDP
|
||||||
#define LWIP_UDP 0
|
#define LWIP_UDP 0
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "test_configs/opt_ipv6only.h"
|
#include "test_configs/opt_ipv6only.h"
|
||||||
|
|
||||||
#undef LWIP_UDP
|
#undef LWIP_UDP
|
||||||
#define LWIP_UDP 0
|
#define LWIP_UDP 0
|
||||||
|
|||||||
Reference in New Issue
Block a user