]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
import.c: replace tab by spaces
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 7 Mar 2011 15:57:48 +0000 (16:57 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 7 Mar 2011 15:57:48 +0000 (16:57 +0100)
Python/import.c

index 22a7c8744d94e0c4a52944e6240c31984f257f1d..b2757dffdcfec6504dc8225c324dec6e94499521 100644 (file)
@@ -329,7 +329,7 @@ _PyImport_ReInitLock(void)
         /* Forked as a side effect of import */
         long me = PyThread_get_thread_ident();
         PyThread_acquire_lock(import_lock, 0);
-       /* XXX: can the previous line fail? */
+        /* XXX: can the previous line fail? */
         import_lock_thread = me;
         import_lock_level--;
     } else {