]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-space from app/controllers/wiki_controller.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 31 Aug 2012 23:01:51 +0000 (23:01 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 31 Aug 2012 23:01:51 +0000 (23:01 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10246 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/controllers/wiki_controller.rb

index d31c6dd3bd62f3fc04ddfa57b5b79f753f6f6d46..e9d0608700a674ed554dba0b46d6de8fcc76a59d 100644 (file)
@@ -109,7 +109,7 @@ class WikiController < ApplicationController
 
     # To prevent StaleObjectError exception when reverting to a previous version
     @content.version = @page.content.version
-    
+
     @text = @content.text
     if params[:section].present? && Redmine::WikiFormatting.supports_section_edit?
       @section = params[:section].to_i