From: Neal Norwitz Date: Wed, 30 May 2007 04:53:41 +0000 (+0000) Subject: Fix indentation (whitespace only). X-Git-Tag: v2.6a1~1677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fca81cc4cd3473bacbc555f2b867518518f9458;p=python Fix indentation (whitespace only). --- diff --git a/Python/import.c b/Python/import.c index 383b6b20b1..038c856740 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);