* fixed indentation in previous commit

git-svn-id: trunk@33738 -
This commit is contained in:
Jonas Maebe 2016-05-21 14:51:24 +00:00
parent fe5cf94e10
commit 0e9d232d2a

View File

@ -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;