diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-21 16:38:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-21 16:38:29 +0000 |
commit | 3036eaba5238e68381dcfdbcdfc99c4c7e7c795a (patch) | |
tree | 493dc876ea7be7a3a6431dbf4e82ab553317fbbe /app/controllers | |
parent | 15c7066ddefdc684cb3132a68e2ecf70296eefcf (diff) | |
download | redmine-3036eaba5238e68381dcfdbcdfc99c4c7e7c795a.tar.gz redmine-3036eaba5238e68381dcfdbcdfc99c4c7e7c795a.zip |
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/mail_handler_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/mail_handler_controller.rb b/app/controllers/mail_handler_controller.rb index 53d37ae7d..7ae2f64fe 100644 --- a/app/controllers/mail_handler_controller.rb +++ b/app/controllers/mail_handler_controller.rb @@ -18,7 +18,7 @@ class MailHandlerController < ActionController::Base before_filter :check_credential - # Displays the email submission form + # Displays the email submission form def new end |