[telepathy-gabble/master] fix identation

Sjoerd Simons sjoerd.simons at collabora.co.uk
Thu Dec 24 08:04:12 PST 2009


---
 tests/twisted/jingle/call-basics.py |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/jingle/call-basics.py b/tests/twisted/jingle/call-basics.py
index 2742914..9ae3dae 100644
--- a/tests/twisted/jingle/call-basics.py
+++ b/tests/twisted/jingle/call-basics.py
@@ -286,9 +286,12 @@ def run_test(jp, q, bus, conn, stream, incoming):
     # All Direction should be both now
     stream_props = cstream.GetAll (cs.CALL_STREAM,
         dbus_interface = dbus.PROPERTIES_IFACE)
-    assertEquals ({ self_handle : cs.CALL_SENDING_STATE_SENDING,
-                    remote_handle: cs.CALL_SENDING_STATE_SENDING },
-                  stream_props["Senders"])
+    assertEquals (
+        {
+            self_handle : cs.CALL_SENDING_STATE_SENDING,
+            remote_handle: cs.CALL_SENDING_STATE_SENDING
+        },
+        stream_props["Senders"])
 
     # Turn sending off and on again
     cstream.SetSending (False,
-- 
1.5.6.5




More information about the telepathy-commits mailing list