Skip to content

Commit d601256

Browse files
fix some formatting
1 parent a5d918e commit d601256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/target_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def write_tailcall_dispatch_table(analysis: Analysis, out: CWriter) -> None:
5858
out.emit(f"{function_proto(name)};\n")
5959
out.emit("\n")
6060

61-
# Emit function prototypes for opcode handlers.
61+
# Emit function prototypes for opcode handlers.
6262
for name in sorted(analysis.instructions.keys()):
6363
out.emit(f"{function_proto(name)};\n")
6464
out.emit("\n")

0 commit comments

Comments
 (0)