[Telepathy-commits] [telepathy-salut/master] Remove trailing spaces
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Mon Sep 15 11:54:24 PDT 2008
---
tests/twisted/avahitest.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/avahitest.py b/tests/twisted/avahitest.py
index 671821a..d1cb69d 100644
--- a/tests/twisted/avahitest.py
+++ b/tests/twisted/avahitest.py
@@ -143,13 +143,13 @@ class AvahiAnnouncer:
self.txt.update(txt)
self.entry.UpdateServiceTxt(avahi.IF_UNSPEC, avahi.PROTO_UNSPEC,
- dbus.UInt32(0), self.name, self.type, get_domain_name(),
+ dbus.UInt32(0), self.name, self.type, get_domain_name(),
avahi.dict_to_txt_array(self.txt))
def set(self, txt):
self.txt = txt
self.entry.UpdateServiceTxt(avahi.IF_UNSPEC, avahi.PROTO_UNSPEC,
- dbus.UInt32(0), self.name, self.type, get_domain_name(),
+ dbus.UInt32(0), self.name, self.type, get_domain_name(),
avahi.dict_to_txt_array(self.txt))
--
1.5.6.5
More information about the Telepathy-commits
mailing list