codetools: auto indenter: fixed reparsing example

git-svn-id: trunk@26526 -
This commit is contained in:
mattias 2010-07-08 12:31:31 +00:00
parent 0430ca1a77
commit 16b539c6de

View File

@ -2214,7 +2214,9 @@ end;
procedure TFABPolicies.Clear; procedure TFABPolicies.Clear;
begin begin
IndentationCount:=0;
ReAllocMem(Indentations,0); ReAllocMem(Indentations,0);
IndentationCapacity:=0;
end; end;
procedure TFABPolicies.AddIndent(Typ, SubType: TFABBlockType; procedure TFABPolicies.AddIndent(Typ, SubType: TFABBlockType;