Skip to content
Snippets Groups Projects
Commit c5cc3403 authored by Guido Trotter's avatar Guido Trotter
Browse files

Locking: fix one indentation error (codestyle)

Reviewed-by: imsnah
parent 4e07ec8c
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ class SharedLock: ...@@ -218,7 +218,7 @@ class SharedLock:
self.__npass_shr = self.__nwait_shr self.__npass_shr = self.__nwait_shr
self.__turn_shr.notifyAll() self.__turn_shr.notifyAll()
elif self.__nwait_exc > 0: elif self.__nwait_exc > 0:
self.__turn_exc.notify() self.__turn_exc.notify()
elif self.__is_sharer(): elif self.__is_sharer():
self.__shr.remove(threading.currentThread()) self.__shr.remove(threading.currentThread())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment