Skip to content

Commit 67e24a7

Browse files
Fix indent?
1 parent 4b50bc8 commit 67e24a7

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Python/optimizer_cases.c.h

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/cases_generator/optimizer_generator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ def replace_opcode_if_evaluates_pure(
243243
// Replace with POP_TWO_LOAD_CONST_INLINE_BORROW since we have two inputs and an immortal result
244244
REPLACE_OP(this_instr, _POP_TWO_LOAD_CONST_INLINE_BORROW, 0, (uintptr_t)result);
245245
}}
246-
}}
247-
""")
246+
}}""")
248247

249248
storage.flush(self.out)
250249
emitter.emit("break;\n")

0 commit comments

Comments
 (0)