Browse Source

* Small formatting change

git-svn-id: trunk@33296 -
michael 9 years ago
parent
commit
505d3f1f0e
1 changed files with 1 additions and 1 deletions
  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;