mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 18:28:51 +01:00
* Small formatting change
git-svn-id: trunk@33296 -
This commit is contained in:
parent
cc8868c190
commit
505d3f1f0e
@ -2782,7 +2782,7 @@ begin
|
||||
If I=0 then
|
||||
T:='('+T;
|
||||
If I<Args.Count-1 then
|
||||
List.Add(T+';')
|
||||
List.Add(T+'; ')
|
||||
else
|
||||
List.Add(T+')');
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user