diff rhodecode/tests/vcs/base.py @ 2453:d2a528b60e50 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 14 Jun 2012 02:06:35 +0200
parents 402a96fcfa22
children d7488551578e
line wrap: on
line diff
--- a/rhodecode/tests/vcs/base.py	Wed Jun 13 23:44:32 2012 +0200
+++ b/rhodecode/tests/vcs/base.py	Thu Jun 14 02:06:35 2012 +0200
@@ -76,7 +76,7 @@
                 cls.imc.change(FileNode(node.path, content=node.content))
             for node in commit.get('removed', []):
                 cls.imc.remove(FileNode(node.path))
-            
+
             cls.tip = cls.imc.commit(message=unicode(commit['message']),
                                      author=unicode(commit['author']),
                                      date=commit['date'])