* Small formatting change

git-svn-id: trunk@33296 -
This commit is contained in:
michael 2016-03-20 14:08:45 +00:00
parent cc8868c190
commit 505d3f1f0e

View File

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