Skip to content

Commit 1ec8033

Browse files
Lint
1 parent c6df7a1 commit 1ec8033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/generated_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/cases_generator/tier1_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def generate_tier1(
168168
169169
/* This should never be reached. Every opcode should end with DISPATCH()
170170
or goto error. */
171-
Py_UNREACHABLE();
171+
Py_UNREACHABLE();
172172
""")
173173
generate_tier1_labels(analysis, outfile, lines)
174174
outfile.write(FOOTER)

0 commit comments

Comments
 (0)