fix - Wrong indentation at level 0

This commit is contained in:
Basile Burg 2019-02-08 11:37:20 +01:00
parent 6fd9b1cf9c
commit 3f343fe634
1 changed files with 2 additions and 1 deletions

View File

@ -1731,7 +1731,8 @@ begin
end;
end;
result += 1 + tabCount + spcCount div TabWidth;
result += tabCount + spcCount div TabWidth;
result += Byte((result > 0) or (b <> 0));
end;
procedure TDexedMemo.curlyBraceCloseAndIndent(close: boolean = true);