diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-01 02:11:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-01 02:11:54 +0000 |
commit | 593f5f6fa40c1d71c3c711e95ae823e540b9dc29 (patch) | |
tree | 6ce7a2eeca1f37a76817ebe617f8d8e0b0846f1b /lib/redmine/views | |
parent | 6f4decc23793ea7166f4b083e3e6d1edd9e1bb47 (diff) | |
download | redmine-593f5f6fa40c1d71c3c711e95ae823e540b9dc29.tar.gz redmine-593f5f6fa40c1d71c3c711e95ae823e540b9dc29.zip |
remove trailing white-spaces from lib/redmine/views/builders.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6961 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/views')
-rw-r--r-- | lib/redmine/views/builders.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/views/builders.rb b/lib/redmine/views/builders.rb index 6e0761c2f..b417919ad 100644 --- a/lib/redmine/views/builders.rb +++ b/lib/redmine/views/builders.rb @@ -1,16 +1,16 @@ # Redmine - project management software -# Copyright (C) 2006-2010 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 # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |