Explorar o código

* more small indentation fixes

git-svn-id: trunk@15455 -
Jonas Maebe %!s(int64=15) %!d(string=hai) anos
pai
achega
d6d411442b
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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