Whitespace

This commit is contained in:
JoelKatz
2013-07-02 00:27:12 -07:00
parent 141f2d8885
commit 2edb7a59d1

View File

@@ -889,7 +889,7 @@ bool SHAMap::fetchRoot (uint256 const& hash, SHAMapSyncFilter* filter)
SHAMapTreeNode::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
if (newRoot)
root = newRoot;
else
else
{
Blob nodeData;