From 8590d1f8118fbbc03fd0fbfb59b3c414f8a440dc Mon Sep 17 00:00:00 2001 From: DomingoGP Date: Mon, 12 Aug 2024 14:26:33 +0200 Subject: [PATCH] Jedi code format: minor refactoring suggested by Alexey Torgashin --- components/jcf2/Parse/BuildTokenList.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/jcf2/Parse/BuildTokenList.pas b/components/jcf2/Parse/BuildTokenList.pas index ec2dfb77f9..1651953769 100644 --- a/components/jcf2/Parse/BuildTokenList.pas +++ b/components/jcf2/Parse/BuildTokenList.pas @@ -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