Whitespace fix (left after var removal)

This commit is contained in:
Alex Volkov
2026-03-11 19:33:36 -04:00
parent ca98b218e8
commit 57cc683d91

View File

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