فهرست منبع

* Small formatting change

git-svn-id: trunk@33296 -
michael 9 سال پیش
والد
کامیت
505d3f1f0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/fcl-passrc/src/pastree.pp

+ 1 - 1
packages/fcl-passrc/src/pastree.pp

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