diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-07 15:57:48 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-07 15:57:48 (GMT) |
commit | 942003ccf9811270e22445f62a66ab854003255d (patch) | |
tree | d8daf5291632a7667db4d45daae17b9d9332a179 /Python | |
parent | dab6780c9e3d90e405cb7296a15b2b5a30f29896 (diff) | |
download | cpython-942003ccf9811270e22445f62a66ab854003255d.zip cpython-942003ccf9811270e22445f62a66ab854003255d.tar.gz cpython-942003ccf9811270e22445f62a66ab854003255d.tar.bz2 |
import.c: replace tab by spaces
Diffstat (limited to 'Python')
-rw-r--r-- | Python/import.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/import.c b/Python/import.c index 22a7c87..b2757df 100644 --- a/Python/import.c +++ b/Python/import.c @@ -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 { |