standardization pass: conditional statement spacing, removed NULL shorthand making checks more explicit

This commit is contained in:
Joseph Henry
2017-09-14 13:17:37 -07:00
parent 476f162a19
commit 7c586471f4
10 changed files with 603 additions and 634 deletions

View File

@@ -35,6 +35,7 @@
#include <utility>
#include <stdexcept>
#include <stdint.h>
#include <errno.h>
#include "Constants.hpp"
#include "MulticastGroup.hpp"
@@ -58,7 +59,8 @@
#include "pico_ipv6.h"
#endif
#if defined(STACK_LWIP)
#include "lwIP.hpp"
#include "lwip/netif.h"
struct netif;
#endif
namespace ZeroTier {