standardization pass: trim_right (trailing whitespaces)
This commit is contained in:
@@ -43,13 +43,14 @@
|
||||
* will be set to standard values. Override anything you dont like!
|
||||
*/
|
||||
#include "lwip/debug.h"
|
||||
#include "Debug.hpp"
|
||||
|
||||
// IP Protocol version
|
||||
// IP Protocol version
|
||||
#if defined(LIBZT_IPV6)
|
||||
#define LWIP_IPV6 1
|
||||
#define LWIP_IPV4 0
|
||||
#endif
|
||||
#if defined(LIBZT_IPV4)
|
||||
#if defined(LIBZT_IPV4)
|
||||
#define LWIP_IPV4 1
|
||||
#define LWIP_IPV6 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user