Whitespace.

This commit is contained in:
JoelKatz
2012-05-26 12:11:40 -07:00
parent b47a7c0f52
commit f3fdd69f5a

View File

@@ -165,7 +165,7 @@ bool SHAMap::addKnownNode(const SHAMapNode& node, const std::vector<unsigned cha
std::stack<SHAMapTreeNode::pointer> stack = getStack(node.getNodeID(), true);
if (stack.empty()) return false;
SHAMapTreeNode::pointer iNode=stack.top();
SHAMapTreeNode::pointer iNode = stack.top();
if (!iNode)
{ // we should always have a root
assert(false);