From 5f955f3c64fd0cc23cbb6c9a3fd8aebebe6cd067 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 16 Nov 2025 13:45:43 +0000 Subject: [PATCH] Remove a couple of spaces that just annoyed me --- bedstead.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedstead.c b/bedstead.c index 8f96e0b..172492b 100644 --- a/bedstead.c +++ b/bedstead.c @@ -153,8 +153,8 @@ */ static struct width { - char const * option; - char const * suffix; + char const *option; + char const *suffix; double xpix; int ttfwidth; } const widths[] = { -- 2.30.2