瀏覽代碼

* formatting

git-svn-id: trunk@24580 -
florian 12 年之前
父節點
當前提交
b734c17c4f
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      compiler/nmem.pas

+ 1 - 2
compiler/nmem.pas

@@ -650,12 +650,11 @@ implementation
 *****************************************************************************}
 
     constructor tderefnode.create(l : tnode);
-
       begin
          inherited create(derefn,l);
-
       end;
 
+
     function tderefnode.pass_typecheck:tnode;
       begin
          result:=nil;