Skip to content

Commit 4a6bf63

Browse files
committed
Whitespace
1 parent 0e08c38 commit 4a6bf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_analysis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ optimize_uops(
406406
ctx->contradiction = false;
407407

408408
_PyUOpInstruction *this_instr = NULL;
409-
for(int i = 0; !ctx->done; i++) {
409+
for (int i = 0; !ctx->done; i++) {
410410
assert(i < trace_len);
411411
this_instr = &trace[i];
412412

0 commit comments

Comments
 (0)