[style] fix indention

This commit is contained in:
William Woodall 2014-09-03 20:08:32 -07:00
parent bc7b340fc3
commit 860f478294

View file

@ -57,8 +57,8 @@ public:
if (node == node_ptr)
{
// TODO: Use a different error here?
throw std::runtime_error(
"Cannot add node to executor, node already added.");
throw std::runtime_error(
"Cannot add node to executor, node already added.");
}
}
weak_nodes_.push_back(node_ptr);