changeset 2473:1fd11b9d2dba beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 15 Jun 2012 00:06:26 +0200
parents e70ebd6db3fa
children 6474e138737e 930db0673614
files rhodecode/controllers/files.py rhodecode/templates/admin/repos/repo_add_base.html rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/files/files_source.html
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/controllers/files.py	Fri Jun 15 00:05:20 2012 +0200
+++ b/rhodecode/controllers/files.py	Fri Jun 15 00:06:26 2012 +0200
@@ -182,7 +182,7 @@
 
         response.content_type = file_node.mimetype
         return file_node.content
-    
+
     @LoginRequired()
     @HasRepoPermissionAnyDecorator('repository.read', 'repository.write',
                                    'repository.admin')
--- a/rhodecode/templates/admin/repos/repo_add_base.html	Fri Jun 15 00:05:20 2012 +0200
+++ b/rhodecode/templates/admin/repos/repo_add_base.html	Fri Jun 15 00:06:26 2012 +0200
@@ -50,7 +50,7 @@
                 ${h.select('landing_rev','',c.landing_revs,class_="medium")}
                 <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
             </div>
-        </div>           
+        </div>
         <div class="field">
             <div class="label label-textarea">
                 <label for="description">${_('Description')}:</label>
--- a/rhodecode/templates/admin/repos/repo_edit.html	Fri Jun 15 00:05:20 2012 +0200
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Fri Jun 15 00:06:26 2012 +0200
@@ -69,7 +69,7 @@
                     ${h.select('landing_rev','',c.landing_revs,class_="medium")}
                     <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
                 </div>
-            </div>            
+            </div>
             <div class="field">
                 <div class="label label-textarea">
                     <label for="description">${_('Description')}:</label>
--- a/rhodecode/templates/files/files_source.html	Fri Jun 15 00:05:20 2012 +0200
+++ b/rhodecode/templates/files/files_source.html	Fri Jun 15 00:06:26 2012 +0200
@@ -16,7 +16,7 @@
                   <div class="contributor tooltip" style="float:left" title="${h.tooltip(user)}">
                     <div class="gravatar" style="margin:1px"><img alt="gravatar" src="${h.gravatar_url(email, 20)}"/> </div>
                   </div>
-                %endfor       
+                %endfor
             </div>
         </div>
         <div style="clear:both"></div>