From 40369124636a150a841024f6cf2e44b49a082416 Mon Sep 17 00:00:00 2001 From: Alex Thissen Date: Sat, 9 Nov 2024 12:06:37 +0100 Subject: [PATCH] Fix to trailing whitespace --- include/_suzy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/_suzy.h b/include/_suzy.h index a9d5ddd7b..5de8ad678 100644 --- a/include/_suzy.h +++ b/include/_suzy.h @@ -113,7 +113,7 @@ typedef struct SCB_REHVST { } SCB_REHVST; /* SCB without stretch/tilt */ -typedef struct SCB_REHV { +typedef struct SCB_REHV { unsigned char sprctl0; unsigned char sprctl1; unsigned char sprcoll; @@ -180,7 +180,7 @@ typedef struct SCB_RENONE { } SCB_RENONE; /* SCB without size/str/tilt, with penpal */ -typedef struct SCB_RENONE_PAL { +typedef struct SCB_RENONE_PAL { unsigned char sprctl0; unsigned char sprctl1; unsigned char sprcoll;