Browse Source

* Cosmetic change

Michaël Van Canneyt 3 years ago
parent
commit
52549439fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-base/src/pascodegen.pp

+ 2 - 0
packages/fcl-base/src/pascodegen.pp

@@ -94,7 +94,9 @@ Type
   end;
   end;
 
 
 implementation
 implementation
+
 { TPascalCodeGenerator }
 { TPascalCodeGenerator }
+
 procedure TPascalCodeGenerator.Indent;
 procedure TPascalCodeGenerator.Indent;
 begin
 begin
   FIndent:=FIndent+StringOfChar(' ',2);
   FIndent:=FIndent+StringOfChar(' ',2);