mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 21:29:10 +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;
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user