Fix minor coding style inconsistency

This commit is contained in:
Ole André Vadla Ravnås
2015-06-07 17:51:56 +02:00
parent 7fe4fb11dc
commit 72d91c53f5
+1 -1
View File
@@ -293,7 +293,7 @@ class Reactor(object):
self._cond.wait(timeout)
running = self._running
if self._on_stop:
if self._on_stop is not None:
self._on_stop()
def stop(self):