summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-05-30 04:53:41 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-05-30 04:53:41 (GMT)
commit2fca81cc4cd3473bacbc555f2b867518518f9458 (patch)
tree29fa4df6df056a6decdc18d43d4939fb75819ee5 /Python
parentadf694bd95fa4c6c2e108198c4de2db58c13aba6 (diff)
downloadcpython-2fca81cc4cd3473bacbc555f2b867518518f9458.zip
cpython-2fca81cc4cd3473bacbc555f2b867518518f9458.tar.gz
cpython-2fca81cc4cd3473bacbc555f2b867518518f9458.tar.bz2
Fix indentation (whitespace only).
Diffstat (limited to 'Python')
-rw-r--r--Python/import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c
index 383b6b2..038c856 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -2423,7 +2423,7 @@ PyImport_ReloadModule(PyObject *m)
if (modules_reloading == NULL) {
Py_FatalError("PyImport_ReloadModule: "
- "no modules_reloading dictionary!");
+ "no modules_reloading dictionary!");
return NULL;
}
@@ -2467,7 +2467,7 @@ PyImport_ReloadModule(PyObject *m)
"reload(): parent %.200s not in sys.modules",
PyString_AS_STRING(parentname));
Py_DECREF(parentname);
- imp_modules_reloading_clear();
+ imp_modules_reloading_clear();
return NULL;
}
Py_DECREF(parentname);