mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:09:11 +02:00
* more small indentation fixes
git-svn-id: trunk@15455 -
This commit is contained in:
parent
03f52902f3
commit
d6d411442b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user