From 239d041b084fdfa26771de5364c40aa8fc9c8c1e Mon Sep 17 00:00:00 2001
From: Stephan Erb <steve-e@h3c.de>
Date: Tue, 25 Nov 2008 14:02:24 +0000
Subject: [PATCH] Fix IndentationError.

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

diff --git a/src/common/zeroconf/connection_zeroconf.py b/src/common/zeroconf/connection_zeroconf.py
index 1e48c962ab..c44787ff2d 100644
--- a/src/common/zeroconf/connection_zeroconf.py
+++ b/src/common/zeroconf/connection_zeroconf.py
@@ -366,8 +366,8 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
 	original_message=None, delayed=None):
 		fjid = jid
 
-		 if msg and not xhtml and gajim.config.get(
-		 'rst_formatting_outgoing_messages'):
+		if msg and not xhtml and gajim.config.get(
+		'rst_formatting_outgoing_messages'):
 			from common.rst_xhtml_generator import create_xhtml
 			xhtml = create_xhtml(msg)
 		if not self.connection:
-- 
GitLab