Browse Source

* small indentation fix

git-svn-id: trunk@13150 -
Jonas Maebe 16 years ago
parent
commit
d3cec25dce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/ncal.pas

+ 2 - 2
compiler/ncal.pas

@@ -1600,8 +1600,8 @@ implementation
                                 crefdef.register_created_object_type;
                               end
                              else
-                              { the created class can be any child class as well -> register classrefdef }
-                              methodpointer.resultdef.register_created_object_type;
+                               { the created class can be any child class as well -> register classrefdef }
+                               methodpointer.resultdef.register_created_object_type;
                           end;
                       end;
                   end;