Commit 2fca81cc authored by Neal Norwitz's avatar Neal Norwitz

Fix indentation (whitespace only).

parent adf694bd
...@@ -2423,7 +2423,7 @@ PyImport_ReloadModule(PyObject *m) ...@@ -2423,7 +2423,7 @@ PyImport_ReloadModule(PyObject *m)
if (modules_reloading == NULL) { if (modules_reloading == NULL) {
Py_FatalError("PyImport_ReloadModule: " Py_FatalError("PyImport_ReloadModule: "
"no modules_reloading dictionary!"); "no modules_reloading dictionary!");
return NULL; return NULL;
} }
...@@ -2467,7 +2467,7 @@ PyImport_ReloadModule(PyObject *m) ...@@ -2467,7 +2467,7 @@ PyImport_ReloadModule(PyObject *m)
"reload(): parent %.200s not in sys.modules", "reload(): parent %.200s not in sys.modules",
PyString_AS_STRING(parentname)); PyString_AS_STRING(parentname));
Py_DECREF(parentname); Py_DECREF(parentname);
imp_modules_reloading_clear(); imp_modules_reloading_clear();
return NULL; return NULL;
} }
Py_DECREF(parentname); Py_DECREF(parentname);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment