typo
This commit is contained in:
parent
302e8ab0b1
commit
1a47d46ae8
@ -1954,7 +1954,7 @@ struct node_stmt_for : public node
|
||||
}
|
||||
else
|
||||
{
|
||||
data += "for ( " + pre_expr.as_node->print() + "; " + expr.as_node->print() + "; " + post_expr.as_node->print() + " )";
|
||||
data += "for ( " + pre_expr.as_node->print() + " " + expr.as_node->print() + "; " + post_expr.as_node->print() + " )";
|
||||
data += "\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user