8000 PEP 7 · python/cpython@bd32c13 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd32c13

Browse files
PEP 7
1 parent f4de1f7 commit bd32c13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Modules/_testsinglephase.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,9 @@ PyDoc_STRVAR(basic__clear_module_state_doc, "_clear_module_state()\n\
252252
\n\
253253
Free the module state and set it to uninitialized.");
254254

255-
static PyObject*
256-
basic__clear_module_state(PyObject *self, PyObject *Py_UNUSED(ignored)) {
255+
static PyObject *
256+
basic__clear_module_state(PyObject *self, PyObject *Py_UNUSED(ignored))
257+
{
257258
module_state *state = get_module_state(self);
258259
if (state != NULL) {
259260
clear_state(state);

0 commit comments

Comments
 (0)
0