Browse Source

* adjust indentation

git-svn-id: branches/svenbarth/packages@28839 -
svenbarth 10 năm trước cách đây
mục cha
commit
21cdddaefa
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      compiler/pkgutil.pas

+ 5 - 5
compiler/pkgutil.pas

@@ -26,11 +26,11 @@ unit pkgutil;
 
 interface
 
-procedure createimportlibfromexports;
-Function RewritePPU(const PPUFn,PPLFn:String):Boolean;
-procedure insert_export(sym : TObject;arg:pointer);
-procedure procexport(const s : string);
-procedure varexport(const s : string);
+  procedure createimportlibfromexports;
+  Function RewritePPU(const PPUFn,PPLFn:String):Boolean;
+  procedure insert_export(sym : TObject;arg:pointer);
+  procedure procexport(const s : string);
+  procedure varexport(const s : string);
 
 implementation