* Correct indentation of generated code in case of With

git-svn-id: trunk@34469 -
This commit is contained in:
michael 2016-09-09 06:28:41 +00:00
parent fc7d4a36f4
commit 1d67fbc2b7

View File

@ -371,7 +371,9 @@ begin
If DoSequence(S) then
CreateSequenceCode(S,Lines);
end;
If (dcoProcedurePerTable in Options) then
EndProcedure(Lines);
end;
@ -396,7 +398,7 @@ begin
If (dcoUseWith in Options) then
begin
AddLine('end;',Lines);
Indent;
Undent;
end;
end;