From 5467dbe3d85e21e57724f5c22376b1cfba4b8b2c Mon Sep 17 00:00:00 2001 From: Misa Date: Sat, 9 Sep 2023 19:59:36 -0700 Subject: [PATCH] Remove trailing whitespace in `textboxcommsrelay` --- desktop_version/src/Graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index bd6c1578..0bc960f9 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -3190,7 +3190,7 @@ void Graphics::textboxbuttons(void) void Graphics::textboxcommsrelay(void) { - // Special treatment for the gamestate textboxes in Comms Relay + // Special treatment for the gamestate textboxes in Comms Relay if (!INBOUNDS_VEC(m, textboxes)) { vlog_error("textboxcommsrelay() out-of-bounds!");