From d676ac91b1906f5de8695facb6b96bf0509e6e1f Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Fri, 10 Apr 2026 22:16:44 +0300 Subject: Clean up trailing whitespaces --- priority_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priority_queue.h') diff --git a/priority_queue.h b/priority_queue.h index 241dcc7..f773475 100644 --- a/priority_queue.h +++ b/priority_queue.h @@ -3,7 +3,7 @@ #include "structs.h" -/* This is basically a sorted linked list +/* This is basically a sorted linked list * Pro tip: if you always use the same priority, this becomes a regular queue */ struct PositionPQNode_s { Position pos; -- cgit v1.2.3