]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/controllers/comments_controller.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 31 Aug 2011 12:06:52 +0000 (12:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 31 Aug 2011 12:06:52 +0000 (12:06 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6898 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/comments_controller.rb

index 7432f831f363b39ae1012dc852e411612a892f23..230af5caf54639e9966b2a60686202ee7e2a944e 100644 (file)
@@ -12,7 +12,7 @@ class CommentsController < ApplicationController
     if @news.comments << @comment
       flash[:notice] = l(:label_comment_added)
     end
-    
+
     redirect_to :controller => 'news', :action => 'show', :id => @news
   end
 
@@ -32,5 +32,5 @@ class CommentsController < ApplicationController
     @comment = nil
     @news
   end
-  
+
 end