From 57cc683d91e60ff3cdacbdd4f0666d385ccb19e3 Mon Sep 17 00:00:00 2001 From: Alex Volkov Date: Wed, 11 Mar 2026 19:33:36 -0400 Subject: [PATCH] Whitespace fix (left after var removal) --- src/cc65/coptstop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/coptstop.c b/src/cc65/coptstop.c index 0db8e6a16..07ad6cb71 100644 --- a/src/cc65/coptstop.c +++ b/src/cc65/coptstop.c @@ -1879,7 +1879,7 @@ unsigned OptStackOps (CodeSeg* S) unsigned PushedRegs = 0; /* Track if the same regs are used after the push */ int RhsAChgIndex; /* Track if rhs is changed more than once */ int RhsXChgIndex; /* Track if rhs is changed more than once */ - + enum { Initialize, Search,