浏览代码

* more small indentation fixes

git-svn-id: trunk@15455 -
Jonas Maebe 15 年之前
父节点
当前提交
d6d411442b
共有 1 个文件被更改,包括 1 次插入3 次删除
  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