Browse Source

* fixed indentation in previous commit

git-svn-id: trunk@33738 -
Jonas Maebe 9 years ago
parent
commit
0e9d232d2a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/psub.pas

+ 2 - 2
compiler/psub.pas

@@ -936,8 +936,8 @@ implementation
                 final_used:=true;
                 final_used:=true;
               end;
               end;
           end;
           end;
-          if not final_used then
-            cnodeutils.procdef_block_add_implicit_finalize_nodes(procdef,newstatement);
+        if not final_used then
+          cnodeutils.procdef_block_add_implicit_finalize_nodes(procdef,newstatement);
         do_firstpass(newblock);
         do_firstpass(newblock);
         code:=newblock;
         code:=newblock;
         current_filepos:=oldfilepos;
         current_filepos:=oldfilepos;