Skip to content

Commit 286d192

Browse files
authored
Fix formatting and spacing
1 parent 52395b2 commit 286d192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Python/optimizer_bytecodes.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Python.h"
1+
#include "Python.h"
22
#include "pycore_optimizer.h"
33
#include "pycore_uops.h"
44
#include "pycore_uop_ids.h"
@@ -1417,8 +1417,8 @@ dummy_func(void) {
14171417
}
14181418
}
14191419

1420-
op(_GUARD_TOS_SLICE, (tos -- tos)){
1421-
if (sym_matches_type(tos, &PySlice_Type)){
1420+
op(_GUARD_TOS_SLICE, (tos -- tos)) {
1421+
if (sym_matches_type(tos, &PySlice_Type)) {
14221422
ADD_OP(_NOP, 0, 0);
14231423
}
14241424
sym_set_type(tos, &PySlice_Type);

0 commit comments

Comments
 (0)