Indentation

This commit is contained in:
Adam Ierymenko 2016-03-18 14:32:48 -07:00
parent d6a1868d0a
commit c589bc4c57

View file

@ -99,7 +99,7 @@ void Switch::onRemotePacket(const InetAddress &localAddr,const InetAddress &from
// Handle fragment ----------------------------------------------------
Packet::Fragment fragment(data,len);
Address destination(fragment.destination());
const Address destination(fragment.destination());
if (destination != RR->identity.address()) {
// Fragment is not for us, so try to relay it