diff rhodecode/templates/changeset/changeset_file_comment.html @ 2188:56e96d4e9f6e beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 14 Apr 2012 22:15:45 +0200
parents b61e540122f2
children 3052f90c568a
line wrap: on
line diff
--- a/rhodecode/templates/changeset/changeset_file_comment.html	Sat Apr 14 22:13:07 2012 +0200
+++ b/rhodecode/templates/changeset/changeset_file_comment.html	Sat Apr 14 22:15:45 2012 +0200
@@ -76,7 +76,7 @@
             </div>
         %endfor
     %endfor
-    
+
 </%def>
 
 <%def name="comments(changeset)">
@@ -85,7 +85,7 @@
     <div id="inline-comments-container">
      ${inlines(changeset)}
     </div>
-    
+
     %for co in c.comments:
         ${comment_block(co)}
     %endfor