diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-20 02:46:36 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-20 02:46:36 +0000 |
commit | c3a23f9d21a914bf4bd0c37443deae1b87c4adbc (patch) | |
tree | d6496fb038aa38c69cac52e4a95db853c67269a6 /lib/redmine/utils.rb | |
parent | 41f26c7335c5ddf5a3b334ed7e3e9092070c31ee (diff) | |
download | redmine-c3a23f9d21a914bf4bd0c37443deae1b87c4adbc.tar.gz redmine-c3a23f9d21a914bf4bd0c37443deae1b87c4adbc.zip |
remove trailing white-spaces from lib/redmine/utils.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7414 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/utils.rb')
-rw-r--r-- | lib/redmine/utils.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/redmine/utils.rb b/lib/redmine/utils.rb index 02f9d3e63..593406eb1 100644 --- a/lib/redmine/utils.rb +++ b/lib/redmine/utils.rb @@ -1,5 +1,5 @@ # Redmine - project management software -# Copyright (C) 2006-2009 Jean-Philippe Lang +# Copyright (C) 2006-2011 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -24,7 +24,7 @@ module Redmine ActionController::Base.relative_url_root.to_s : ActionController::AbstractRequest.relative_url_root.to_s end - + # Sets the relative root url of the application def relative_url_root=(arg) if ActionController::Base.respond_to?('relative_url_root=') |