Skip to content

Commit a483958

Browse files
committed
Fix formatting
1 parent cae5561 commit a483958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ dummy_func(
21672167
mod_keys = keys;
21682168
}
21692169

2170-
op(_LOAD_ATTR_MODULE_FROM_KEYS, (index/1, owner, mod_keys: PyDictKeysObject* -- attr, null if (oparg & 1))) {
2170+
op(_LOAD_ATTR_MODULE_FROM_KEYS, (index/1, owner, mod_keys: PyDictKeysObject * -- attr, null if (oparg & 1))) {
21712171
assert(mod_keys->dk_kind == DICT_KEYS_UNICODE);
21722172
assert(index < FT_ATOMIC_LOAD_SSIZE_RELAXED(mod_keys->dk_nentries));
21732173
PyDictUnicodeEntry *ep = DK_UNICODE_ENTRIES(mod_keys) + index;

0 commit comments

Comments
 (0)