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,7 +140,8 @@ NodeRef ForNode::evaluate()
|
|||||||
{
|
{
|
||||||
if (typeid(*n) == typeid(EvaluatePropagateNode))
|
if (typeid(*n) == typeid(EvaluatePropagateNode))
|
||||||
{
|
{
|
||||||
for (vector<NodeRef>::iterator it2 = n->getChildren().begin();
|
for (vector<NodeRef>::iterator it2
|
||||||
|
= n->getChildren().begin();
|
||||||
it2 != n->getChildren().end();
|
it2 != n->getChildren().end();
|
||||||
it2++)
|
it2++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user