Remove extra whitespace.

This commit is contained in:
JoelKatz
2013-01-12 08:34:14 -08:00
parent 3febe8ae2a
commit 5a6f306c59

View File

@@ -1170,7 +1170,7 @@ void Peer::recvGetObjectByHash(ripple::TMGetObjectByHash& packet)
theApp->getHashedObjectStore().store(type, seq, data, hash);
}
else
cLog(lsWARNING) << "Received unwanted hash " << getIP() << " " << hash;
cLog(lsWARNING) << "Received unwanted hash " << getIP() << " " << hash;
}
}
}