[Telepathy-commits] [telepathy-python/master] fix identation

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Oct 20 09:16:00 PDT 2008


---
 src/client/conn.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/client/conn.py b/src/client/conn.py
index c496f60..58e0462 100644
--- a/src/client/conn.py
+++ b/src/client/conn.py
@@ -76,7 +76,7 @@ class Connection(InterfaceFactory):
         self.get_valid_interfaces().update(interfaces)
 
         if self._ready_handler is not None:
-           self._ready_handler(self)
+            self._ready_handler(self)
 
     @staticmethod
     def get_connections(bus=None):
-- 
1.5.6.5



More information about the Telepathy-commits mailing list