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 --- structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.h') diff --git a/structs.h b/structs.h index fa8982b..801b1a6 100644 --- a/structs.h +++ b/structs.h @@ -27,7 +27,7 @@ enum Colors_e { CURSOR_COLOR = 8, }; -/* A map is a 2D array of MapTiles. +/* A map is a 2D array of MapTiles. * Use as map[row][column] */ typedef MapTile** Map; -- cgit v1.2.3