1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-21 15:32:41 +00:00

Fix to trailing whitespace

This commit is contained in:
Alex Thissen 2024-11-09 12:06:37 +01:00
parent 3dad6c76fa
commit 4036912463

View File

@ -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;