diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-31 12:06:52 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-31 12:06:52 +0000 |
commit | 892b4bafd3d24f10ec8c4dd1406aa215038269d1 (patch) | |
tree | 4d5cb144c8e7fc5528b177d832e71f45f32fee38 /app/controllers | |
parent | 5367658323a92314ab5599f0e45f14f34199e651 (diff) | |
download | redmine-892b4bafd3d24f10ec8c4dd1406aa215038269d1.tar.gz redmine-892b4bafd3d24f10ec8c4dd1406aa215038269d1.zip |
remove trailing white-spaces from app/controllers/comments_controller.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6898 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/comments_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/comments_controller.rb b/app/controllers/comments_controller.rb index 7432f831f..230af5caf 100644 --- a/app/controllers/comments_controller.rb +++ b/app/controllers/comments_controller.rb @@ -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 |