Kaynağa Gözat

* Small formatting change

git-svn-id: trunk@33296 -
michael 9 yıl önce
ebeveyn
işleme
505d3f1f0e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;