mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:56:02 +02:00
codetools: auto indenter: fixed reparsing example
git-svn-id: trunk@26526 -
This commit is contained in:
parent
0430ca1a77
commit
16b539c6de
@ -2214,7 +2214,9 @@ end;
|
||||
|
||||
procedure TFABPolicies.Clear;
|
||||
begin
|
||||
IndentationCount:=0;
|
||||
ReAllocMem(Indentations,0);
|
||||
IndentationCapacity:=0;
|
||||
end;
|
||||
|
||||
procedure TFABPolicies.AddIndent(Typ, SubType: TFABBlockType;
|
||||
|
Loading…
Reference in New Issue
Block a user