From: Victor Stinner Date: Mon, 7 Mar 2011 15:57:48 +0000 (+0100) Subject: import.c: replace tab by spaces X-Git-Tag: v3.3.0a1~2879 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=942003ccf9811270e22445f62a66ab854003255d;p=thirdparty%2FPython%2Fcpython.git import.c: replace tab by spaces --- diff --git a/Python/import.c b/Python/import.c index 22a7c8744d94..b2757dffdcfe 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 {