mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 13:39:07 +02:00
Jedi code format: minor refactoring suggested by Alexey Torgashin
This commit is contained in:
parent
097eba8da1
commit
8590d1f811
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user