diff rhodecode/model/repo.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 8ecc6b8229a5
children 89efedac4e6c
line wrap: on
line diff
--- a/rhodecode/model/repo.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/model/repo.py	Thu Dec 29 07:35:51 2011 +0200
@@ -94,9 +94,9 @@
 
     def _get_defaults(self, repo_name):
         """
-        Get's information about repository, and returns a dict for 
+        Get's information about repository, and returns a dict for
         usage in forms
-        
+
         :param repo_name:
         """
 
@@ -299,7 +299,7 @@
     def create_fork(self, form_data, cur_user):
         """
         Simple wrapper into executing celery task for fork creation
-        
+
         :param form_data:
         :param cur_user:
         """
@@ -340,7 +340,7 @@
     def delete_stats(self, repo_name):
         """
         removes stats for given repo
-        
+
         :param repo_name:
         """
         try:
@@ -427,4 +427,3 @@
                                           % (datetime.today()\
                                              .strftime('%Y%m%d_%H%M%S_%f'),
                                             repo.repo_name)))
-