summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-03-18 15:06:45 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-03-18 15:06:45 -0700
commit76f9b4c582677b7f739b8a7e220c8c907d22155b (patch)
treee7565face09616915bc38a72b831dc67039aabc9
parentc589bc4c5733886425e4167b4b50d6f4b244c138 (diff)
downloadinfinitytier-76f9b4c582677b7f739b8a7e220c8c907d22155b.tar.gz
infinitytier-76f9b4c582677b7f739b8a7e220c8c907d22155b.zip
A few other little formatting things.
-rw-r--r--node/Switch.cpp4
1 files changed, 2 insertions, 2 deletions
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)