From c5cc340397f4faf24fba8aa3593a43010708132f Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 2 Apr 2008 09:53:10 +0000 Subject: [PATCH] Locking: fix one indentation error (codestyle) Reviewed-by: imsnah --- lib/locking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locking.py b/lib/locking.py index 3952a7749..42fc5f84d 100644 --- a/lib/locking.py +++ b/lib/locking.py @@ -218,7 +218,7 @@ class SharedLock: self.__npass_shr = self.__nwait_shr self.__turn_shr.notifyAll() elif self.__nwait_exc > 0: - self.__turn_exc.notify() + self.__turn_exc.notify() elif self.__is_sharer(): self.__shr.remove(threading.currentThread()) -- GitLab