[Python-checkins] cpython: import.c: replace tab by spaces

victor.stinner python-checkins at python.org
Sun Mar 20 04:13:15 CET 2011


http://hg.python.org/cpython/rev/a9d6c7e15456
changeset:   68708:a9d6c7e15456
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Mon Mar 07 16:57:48 2011 +0100
summary:
  import.c: replace tab by spaces

files:
  Python/import.c

diff --git a/Python/import.c b/Python/import.c
--- a/Python/import.c
+++ b/Python/import.c
@@ -329,7 +329,7 @@
         /* 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 {

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list