From 0e9d232d2a8c68a0124a75e90b4ed59685d0c992 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 21 May 2016 14:51:24 +0000 Subject: [PATCH] * fixed indentation in previous commit git-svn-id: trunk@33738 - --- compiler/psub.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/psub.pas b/compiler/psub.pas index f866b0637d..3bbb09b387 100644 --- a/compiler/psub.pas +++ b/compiler/psub.pas @@ -936,8 +936,8 @@ implementation final_used:=true; 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); code:=newblock; current_filepos:=oldfilepos;