Skip to content

Commit 3e1199e

Browse files
PEP 7
1 parent bde6c5b commit 3e1199e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/pystate.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3287,7 +3287,8 @@ _Py_GetMainConfig(void)
32873287
return _PyInterpreterState_GetConfig(interp);
32883288
}
32893289

3290-
static uintptr_t return_pointer_as_int(char* p) {
3290+
static uintptr_t
3291+
return_pointer_as_int(char* p) {
32913292
return (uintptr_t)p;
32923293
}
32933294

0 commit comments

Comments
 (0)