reformat comments

This commit is contained in:
Piotr Kocia 2025-06-14 02:02:12 +02:00
parent 94d773a262
commit fefe3c7d81
4 changed files with 13 additions and 19 deletions

View file

@ -657,10 +657,8 @@ struct terminal {
enum search_direction direction;
} confirmed_search;
/*
* Highlight ranges in absolute coordinates.
* Sorted in ascending order by the start row and column.
*/
// Highlight ranges in absolute coordinates.
// Sorted in ascending order by the start row and column.
struct highlight_location {
struct highlight_location const* next;
struct range range;