diff rhodecode/templates/pullrequests/pullrequest_show.html @ 3149:68f9c216377d beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 05 Jan 2013 02:26:39 +0100
parents e26c11b68850
children 2ab2eed4a70a
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Sat Jan 05 02:20:35 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Sat Jan 05 02:26:39 2013 +0100
@@ -198,7 +198,7 @@
           // inject comments into they proper positions
           var file_comments = YUQ('.inline-comment-placeholder');
           renderInlineComments(file_comments);
-          
+
           YUE.on(YUD.get('update_pull_request'),'click',function(e){
         	  updateReviewers();
           })