formatting... for()s in for()s still causing problems
git-svn-id: svn://anubis/fart/trunk@350 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
parent
ef769f7b4c
commit
c4d8327665
@ -140,9 +140,10 @@ NodeRef ForNode::evaluate()
|
||||
{
|
||||
if (typeid(*n) == typeid(EvaluatePropagateNode))
|
||||
{
|
||||
for (vector<NodeRef>::iterator it2 = n->getChildren().begin();
|
||||
it2 != n->getChildren().end();
|
||||
it2++)
|
||||
for (vector<NodeRef>::iterator it2
|
||||
= n->getChildren().begin();
|
||||
it2 != n->getChildren().end();
|
||||
it2++)
|
||||
{
|
||||
eval->addChild(*it2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user