mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-30 04:07:17 +01:00
SynEdit: clean up, formatting !442
This commit is contained in:
parent
a4bc127fb2
commit
a39516d0db
@ -1807,7 +1807,8 @@ var
|
||||
begin
|
||||
ANextNode.ClearInfo;
|
||||
Assert(ANode.IsValid, 'ANode.IsValid in MaybeExtendNodeForward');
|
||||
if AStopBeforeLine < 0 then AStopBeforeLine := Lines.Count + 1;
|
||||
if AStopBeforeLine < 0 then
|
||||
AStopBeforeLine := Lines.Count + 1;
|
||||
// ANode is a Scan-Start-Marker and may be extended downto StartLine
|
||||
Line := ANode.StartLine + ANode.ScanEndOffs;
|
||||
while Line < AStopBeforeLine - 1 do begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user