From aca9ce76597949b0429caa882df164702cdb92b0 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 24 May 2025 17:43:14 +1000 Subject: Remove line end space. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index 89cf544ab..d941612b1 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -4617,7 +4617,7 @@ bool Editor::PointInSelection(Point pt) { } ptrdiff_t Editor::SelectionFromPoint(Point pt) { - // Prioritize checking inside non-empty selections since each character will be inside only 1 + // Prioritize checking inside non-empty selections since each character will be inside only 1 const SelectionPosition posChar = SPositionFromLocation(pt, true, true); for (size_t r = 0; r < sel.Count(); r++) { if (sel.Range(r).ContainsCharacter(posChar)) { -- cgit v1.2.3