* more small indentation fixes

git-svn-id: trunk@15455 -
This commit is contained in:
Jonas Maebe 2010-06-19 16:22:56 +00:00
parent 03f52902f3
commit d6d411442b

View File

@ -502,11 +502,9 @@ implementation
hloopvar:=factor(false);
valid_for_loopvar(hloopvar,true);
if try_to_consume(_ASSIGNMENT) then
result:=for_loop_create(hloopvar)
else
if try_to_consume(_IN) then
else if try_to_consume(_IN) then
result:=for_in_loop_create(hloopvar)
else
consume(_ASSIGNMENT); // fail