]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix some formatting
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 27 Oct 2025 09:57:14 +0000 (09:57 +0000)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 27 Oct 2025 09:57:14 +0000 (09:57 +0000)
Tools/cases_generator/target_generator.py

index 6763e487fbdc924adc58fd45c64d905017e2dd62..b945c3e7203314626541d2d5bfd561418aadc495 100644 (file)
@@ -58,7 +58,7 @@ def write_tailcall_dispatch_table(analysis: Analysis, out: CWriter) -> None:
         out.emit(f"{function_proto(name)};\n")
     out.emit("\n")
 
-   # Emit function prototypes for opcode handlers.
+    # Emit function prototypes for opcode handlers.
     for name in sorted(analysis.instructions.keys()):
         out.emit(f"{function_proto(name)};\n")
     out.emit("\n")