浏览代码

less tab more spaces. no functional change.

git-svn-id: trunk@37317 -
Károly Balogh 8 年之前
父节点
当前提交
333316f356
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/nmem.pas

+ 1 - 1
compiler/nmem.pas

@@ -1319,7 +1319,7 @@ implementation
     function is_big_untyped_addrnode(p: tnode): boolean;
       begin
         is_big_untyped_addrnode:=(p.nodetype=addrn) and
-	  not (nf_typedaddr in p.flags) and (taddrnode(p).left.resultdef.size > 1);
+          not (nf_typedaddr in p.flags) and (taddrnode(p).left.resultdef.size > 1);
       end;
 
 end.