pedantic whitespace fix

This commit is contained in:
Jeff Becker 2016-07-15 13:54:34 -04:00
parent 84bb740e62
commit a5d84bf8a9
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -166,7 +166,7 @@ namespace i2p
memcpy (buf, replyTunnel->GetNextIdentHash (), 32); // reply tunnel GW
buf += 32;
*buf = DATABASE_LOOKUP_DELIVERY_FLAG | DATABASE_LOOKUP_ENCRYPTION_FLAG | DATABASE_LOOKUP_TYPE_LEASESET_LOOKUP; // flags
buf ++;
buf ++;
htobe32buf (buf, replyTunnel->GetNextTunnelID ()); // reply tunnel ID
buf += 4;