소스 검색

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.