Browse Source

* formatting

git-svn-id: trunk@24580 -
florian 12 years ago
parent
commit
b734c17c4f
1 changed files with 1 additions and 2 deletions
  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;