diff rhodecode/tests/functional/test_files.py @ 2367:86aa4f1f130b beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jun 2012 17:59:57 +0200
parents 058e2743e7b7
children 402a96fcfa22
line wrap: on
line diff
--- a/rhodecode/tests/functional/test_files.py	Fri Jun 01 17:59:31 2012 +0200
+++ b/rhodecode/tests/functional/test_files.py	Fri Jun 01 17:59:57 2012 +0200
@@ -200,8 +200,8 @@
 
             self.assertEqual(response.status, '200 OK')
             heads = [
-                ('Pragma', 'no-cache'), 
-                ('Cache-Control', 'no-cache'), 
+                ('Pragma', 'no-cache'),
+                ('Cache-Control', 'no-cache'),
                 ('Content-Disposition', 'attachment; filename=%s' % filename),
                 ('Content-Type', '%s; charset=utf-8' % info[0]),
             ]
@@ -213,7 +213,7 @@
         for arch_ext in ['tar', 'rar', 'x', '..ax', '.zipz']:
             fname = '27cd5cce30c96924232dffcd24178a07ffeb5dfc%s' % arch_ext
 
-            response = self.app.get(url(controller='files', 
+            response = self.app.get(url(controller='files',
                                         action='archivefile',
                                         repo_name=HG_REPO,
                                         fname=fname))