浏览代码

* cosmetics

florian 2 年之前
父节点
当前提交
f6a8b045c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/nadd.pas

+ 1 - 1
compiler/nadd.pas

@@ -817,7 +817,7 @@ implementation
           end;
           end;
 
 
         { Add,Sub,Mul,Or,Xor,Andn with constant 0, 1 or -1?  }
         { Add,Sub,Mul,Or,Xor,Andn with constant 0, 1 or -1?  }
-       if is_constintnode(right) and (is_integer(left.resultdef) or is_pointer(left.resultdef)) then
+        if is_constintnode(right) and (is_integer(left.resultdef) or is_pointer(left.resultdef)) then
           begin
           begin
             if (tordconstnode(right).value = 0) and (nodetype in [addn,subn,orn,xorn,andn,muln]) then
             if (tordconstnode(right).value = 0) and (nodetype in [addn,subn,orn,xorn,andn,muln]) then
               begin
               begin