mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 12:19:57 +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
|
while ForwardChar(liCount)=NativeSingleQuote do
|
||||||
Inc(liCount);
|
Inc(liCount);
|
||||||
|
|
||||||
if (liCount>=3) and ((liCount and 1)= 1) then
|
if (liCount>=3) and Odd(liCount) then
|
||||||
begin
|
begin
|
||||||
liAux := liCount + 1;
|
liAux := liCount + 1;
|
||||||
while ForwardChar(liAux) in NativeTabSpace do
|
while ForwardChar(liAux) in NativeTabSpace do
|
||||||
|
Loading…
Reference in New Issue
Block a user