Pārlūkot izejas kodu

* more small indentation fixes

git-svn-id: trunk@15455 -
Jonas Maebe 15 gadi atpakaļ
vecāks
revīzija
d6d411442b
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      compiler/pstatmnt.pas

+ 1 - 3
compiler/pstatmnt.pas

@@ -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