git-svn-id: trunk@39146 -
This commit is contained in:
michael 2018-05-30 04:08:39 +00:00
parent 6ee483279c
commit 133e7e53f0

View File

@ -288,7 +288,7 @@ begin
Inc(FNesting);
if FNesting >= Length(FNodes) then
SetLength(FNodes, FNesting+8);
if Length(FIndent) < 2 * FNesting then
if (Length(FIndent)-Length(FLineBreak)) < 2 * FNesting then
begin
OldLen := Length(FIndent);
NewLen := 4 * FNesting;