changeset a360d39f09c8 in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=a360d39f09c8
description: don't mix tabs and spaces. Fixes #7966

diffstat:

 src/common/zeroconf/zeroconf_avahi.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r d1ee5aed4dda -r a360d39f09c8 src/common/zeroconf/zeroconf_avahi.py
--- a/src/common/zeroconf/zeroconf_avahi.py     Sun Feb 15 21:14:42 2015 +0100
+++ b/src/common/zeroconf/zeroconf_avahi.py     Sun Feb 15 21:15:50 2015 +0100
@@ -278,8 +278,8 @@
         state = self.server.GetState()
         if state == self.avahi.SERVER_RUNNING:
             if self.create_service():
-               self.announced = True
-               return True
+                self.announced = True
+                return True
             return False
 
     def remove_announce(self):
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to