mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 20:45:51 +00:00
Whitespace
This commit is contained in:
@@ -889,7 +889,7 @@ bool SHAMap::fetchRoot (uint256 const& hash, SHAMapSyncFilter* filter)
|
|||||||
SHAMapTreeNode::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
|
SHAMapTreeNode::pointer newRoot = fetchNodeExternalNT(SHAMapNode(), hash);
|
||||||
if (newRoot)
|
if (newRoot)
|
||||||
root = newRoot;
|
root = newRoot;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Blob nodeData;
|
Blob nodeData;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user