summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-01 02:11:09 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-01 02:11:09 +0000
commit6f4decc23793ea7166f4b083e3e6d1edd9e1bb47 (patch)
tree553583e555fbc563a4988bbbe4dddb0075abcd35
parent804a4e3794370eda33cd8c67f9d94c93bfc103cd (diff)
downloadredmine-6f4decc23793ea7166f4b083e3e6d1edd9e1bb47.tar.gz
redmine-6f4decc23793ea7166f4b083e3e6d1edd9e1bb47.zip
remove trailing white-spaces from lib/redmine/views/builders/json.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6960 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/redmine/views/builders/json.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/views/builders/json.rb b/lib/redmine/views/builders/json.rb
index 61037eb30..4399ee419 100644
--- a/lib/redmine/views/builders/json.rb
+++ b/lib/redmine/views/builders/json.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.