Parcourir la source

* small indentation fix

git-svn-id: trunk@13150 -
Jonas Maebe il y a 16 ans
Parent
commit
d3cec25dce
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;