Jedi code format: minor refactoring suggested by Alexey Torgashin

This commit is contained in:
DomingoGP 2024-08-12 14:26:33 +02:00
parent 097eba8da1
commit 8590d1f811

View File

@ -504,7 +504,7 @@ begin
while ForwardChar(liCount)=NativeSingleQuote do
Inc(liCount);
if (liCount>=3) and ((liCount and 1)= 1) then
if (liCount>=3) and Odd(liCount) then
begin
liAux := liCount + 1;
while ForwardChar(liAux) in NativeTabSpace do