From 76f9b4c582677b7f739b8a7e220c8c907d22155b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Mar 2016 15:06:45 -0700 Subject: A few other little formatting things. --- node/Switch.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'node') diff --git a/node/Switch.cpp b/node/Switch.cpp index 6aff493b..890a9465 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -215,7 +215,7 @@ void Switch::onRemotePacket(const InetAddress &localAddr,const InetAddress &from unite(source,destination); } } else { - #ifdef ZT_ENABLE_CLUSTER +#ifdef ZT_ENABLE_CLUSTER if (RR->cluster) { bool shouldUnite; { @@ -228,7 +228,7 @@ void Switch::onRemotePacket(const InetAddress &localAddr,const InetAddress &from RR->cluster->sendViaCluster(source,destination,packet.data(),packet.size(),shouldUnite); return; } - #endif +#endif relayTo = RR->topology->getBestRoot(&source,1,true); if (relayTo) -- cgit v1.2.3