mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 11:09:19 +02:00
* Correct indentation of generated code in case of With
git-svn-id: trunk@34469 -
This commit is contained in:
parent
fc7d4a36f4
commit
1d67fbc2b7
@ -371,7 +371,9 @@ begin
|
|||||||
If DoSequence(S) then
|
If DoSequence(S) then
|
||||||
CreateSequenceCode(S,Lines);
|
CreateSequenceCode(S,Lines);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
If (dcoProcedurePerTable in Options) then
|
If (dcoProcedurePerTable in Options) then
|
||||||
|
|
||||||
EndProcedure(Lines);
|
EndProcedure(Lines);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -396,7 +398,7 @@ begin
|
|||||||
If (dcoUseWith in Options) then
|
If (dcoUseWith in Options) then
|
||||||
begin
|
begin
|
||||||
AddLine('end;',Lines);
|
AddLine('end;',Lines);
|
||||||
Indent;
|
Undent;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user