diff rhodecode/model/changeset_status.py @ 2478:8eab81115660 beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Jun 2012 00:41:10 +0200
parents fd0a822481ec
children 4d3032431d4f
line wrap: on
line diff
--- a/rhodecode/model/changeset_status.py	Mon Jun 18 00:35:13 2012 +0200
+++ b/rhodecode/model/changeset_status.py	Mon Jun 18 00:41:10 2012 +0200
@@ -120,7 +120,7 @@
 
         if revision:
             new_status = _create_status(user=user, repo=repo, status=status,
-                           comment=comment, revision=revision, 
+                           comment=comment, revision=revision,
                            pull_request=None)
             self.sa.add(new_status)
             return new_status