Browse Source

* Small whitespace patch from Sandro Cumerlato

git-svn-id: trunk@32832 -
michael 9 years ago
parent
commit
8282aea272
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/winunits-base/src/typelib.pas

+ 1 - 1
packages/winunits-base/src/typelib.pas

@@ -821,7 +821,7 @@ begin
                   sDefault:=sl;
                 end;
               end;
-            tmp:='  procedure Set_%s(%s %s:%s); %s;'#13#10;
+            tmp:='   procedure Set_%s(%s %s:%s); %s;'#13#10;
             if not bParamByRef then 
               Modifier:='const'
             else