Browse Source

* removed a space, mantis #34149

git-svn-id: trunk@39657 -
marco 7 years ago
parent
commit
aaef0d5570
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-fpcunit/src/exampletests/money.pp

+ 1 - 1
packages/fcl-fpcunit/src/exampletests/money.pp

@@ -90,7 +90,7 @@ type
   Operator - (c: IMoney; c1: IMoney) c2: IMoney;
   Operator * (c: IMoney; i: integer) c2: IMoney;
 
- implementation
+implementation
 
 Operator + (c: IMoney; c1: IMoney) c2: IMoney;
 begin