Follow up on https://sourceforge.net/p/gexperts/bugs/208/#363b/5f59:
Is it possible that the fix in revision #3345 introduced a glitch in another context?
For this code, the formatter now outdents the 2nd line by removing two whitespace:
case value of
1,
{ 1st line.
2nd line - will be outdented. }
2:
begin
end;
end;
Happens with the configurations borland and default, but not with delforex, headwork, special and twm, probably again caused by the setting IndentComments
Fixed in revision #3913
Fix confirmed, many thanks!