Skip to content

Commit 76e8b58

Browse files
alignment
1 parent 36408f2 commit 76e8b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ GETITEM(PyObject *v, Py_ssize_t i) {
249249
/* This is only a single jump on release builds! */ \
250250
UPDATE_MISS_STATS((INSTNAME)); \
251251
assert(_PyOpcode_Deopt[opcode] == (INSTNAME)); \
252-
goto PREDICTED_##INSTNAME; \
252+
goto PREDICTED_##INSTNAME; \
253253
}
254254

255255

0 commit comments

Comments
 (0)