f7e99eec0fae — cedricbonhomme 12 years ago
Removed trailing spaces.
1 files changed, 1 insertions(+), 1 deletions(-)

M watcher.py
M watcher.py +1 -1
@@ 52,7 52,7 @@ class PTmp(pyinotify.ProcessEvent):
         """
         self.repo = hgsync.HgSync(url, local_url, username)
         #self.repo.clone()
-        
+
         self.in_from = ""
     
     def process_IN_CREATE(self, event):