Skip to content

Commit 08e5ded

Browse files
author
neal.norwitz
committed
Fix indentation (whitespace only).
git-svn-id: http://svn.python.org/projects/python/trunk@55671 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 81317bb commit 08e5ded

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/import.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ PyImport_ReloadModule(PyObject *m)
24232423

24242424
if (modules_reloading == NULL) {
24252425
Py_FatalError("PyImport_ReloadModule: "
2426-
"no modules_reloading dictionary!");
2426+
"no modules_reloading dictionary!");
24272427
return NULL;
24282428
}
24292429

@@ -2467,7 +2467,7 @@ PyImport_ReloadModule(PyObject *m)
24672467
"reload(): parent %.200s not in sys.modules",
24682468
PyString_AS_STRING(parentname));
24692469
Py_DECREF(parentname);
2470-
imp_modules_reloading_clear();
2470+
imp_modules_reloading_clear();
24712471
return NULL;
24722472
}
24732473
Py_DECREF(parentname);

0 commit comments

Comments
 (0)