]> granicus.if.org Git - python/commitdiff
Fix indentation (whitespace only).
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 30 May 2007 04:53:41 +0000 (04:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 30 May 2007 04:53:41 +0000 (04:53 +0000)
Python/import.c

index 383b6b20b1cb249d8b16ea55e0027ca18939c05e..038c856740f4fa8523c1a27316407a0f1d483b1c 100644 (file)
@@ -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);