Skip to content

Commit 743cc6a

Browse files
Revert "PEP 7"
This reverts commit 3e1199e.
1 parent 3e1199e commit 743cc6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/pystate.c

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

3290-
static uintptr_t
3291-
return_pointer_as_int(char* p) {
3290+
static uintptr_t return_pointer_as_int(char* p) {
32923291
return (uintptr_t)p;
32933292
}
32943293

0 commit comments

Comments
 (0)