浏览代码

- remove whitespace, was inserted by accident

git-svn-id: trunk@35760 -
nickysn 8 年之前
父节点
当前提交
e78f0aafcd
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compiler/nld.pas

+ 0 - 2
compiler/nld.pas

@@ -675,9 +675,7 @@ implementation
                         updated to handle them as well }
                 if (right.nodetype in [notn,unaryminusn]) and
                   (tunarynode(right).left.isequal(left)) and
-
                   is_integer(tunarynode(right).left.resultdef) and
-
                   ((localswitches*[cs_check_overflow,cs_check_range])=[]) and
                   ((right.localswitches*[cs_check_overflow,cs_check_range])=[]) and
                   valid_for_var(tunarynode(right).left,false) and