]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from lib/tasks/migrate_from_trac.rake
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 08:17:29 +0000 (08:17 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 7 Sep 2011 08:17:29 +0000 (08:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7074 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/migrate_from_trac.rake

index f124703d4220b8be877eb3b9956ed91867d3c026..26dec382b581f46e9424527c19fc8bd874b6e464 100644 (file)
@@ -1,5 +1,5 @@
-# redMine - project management software
-# Copyright (C) 2006-2007  Jean-Philippe Lang
+# Redmine - project management software
+# 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
@@ -758,10 +758,10 @@ namespace :redmine do
     prompt('Trac database encoding', :default => 'UTF-8') {|encoding| TracMigrate.encoding encoding}
     prompt('Target project identifier') {|identifier| TracMigrate.target_project_identifier identifier}
     puts
-    
+
     # Turn off email notifications
     Setting.notified_events = []
-    
+
     TracMigrate.migrate
   end
 end