Fix some indention mistakes.

From: Jiqing Tang <jiqingtang@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1054 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index 30ef81f..d7d7895 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -241,7 +241,7 @@
 		self.logger_pid = logger.pid
 
 
-        def __start_warning_log(self, logfilename):
+	def __start_warning_log(self, logfilename):
 		"""
 		Log the output of the warning monitor to a specified file
 		"""
@@ -469,8 +469,8 @@
 			entry= format_string % (utils.sh_escape(os.path.abspath(entry)),)
 			processed_source.append(entry)
 
-			result = utils.run(r'%s rsync -h' % self.ssh_command(),
-					   ignore_status=True)
+		result = utils.run(r'%s rsync -h' % self.ssh_command(),
+				   ignore_status=True)
 
 		remote_dest = '%s@%s:"%s"' % (
 			    self.user, self.hostname,