remove a stray tab.
authorMartin Pihlak <martin.pihlak@gmail.com>
Wed, 24 Oct 2012 11:25:38 +0000 (14:25 +0300)
committerMartin Pihlak <martin.pihlak@gmail.com>
Wed, 24 Oct 2012 11:25:38 +0000 (14:25 +0300)
python/walmgr.py

index 830e0e1a401d93943a2f51b5d9274f51ac5ca41e..5f342339c45d711eae41f5b7485e2d4cf5f20b38 100755 (executable)
@@ -1516,7 +1516,7 @@ STOP TIME: %(stop_time)s
         cmdline = ["ssh", "-nT", slave, "sync" ]
         self.exec_cmd(cmdline)
 
-       # slave has the file now, set markers
+        # slave has the file now, set markers
         self.set_last_complete(srcname)
 
         self.log.debug("%s: done", srcname)