Browse Source

* fixed indentation

git-svn-id: trunk@26020 -
Jonas Maebe 11 years ago
parent
commit
62e1df9e76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aasmtai.pas

+ 1 - 1
compiler/aasmtai.pas

@@ -2062,7 +2062,7 @@ implementation
                                TAI_LABEL
  ****************************************************************************}
 
-        constructor tai_label.Create(_labsym : tasmlabel);
+    constructor tai_label.Create(_labsym : tasmlabel);
       begin
         inherited Create;
         typ:=ait_label;