diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-03-19 23:22:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-03-19 23:22:04 +0000 |
commit | b17b6730395d703d0a14a2d657347ae82d60cd36 (patch) | |
tree | 8213a5f876b63420e91016fb5f6781fa56e95305 | |
parent | fec3e6c84b6fb4fb11ce3b93252ac8269b98c988 (diff) | |
download | redmine-b17b6730395d703d0a14a2d657347ae82d60cd36.tar.gz redmine-b17b6730395d703d0a14a2d657347ae82d60cd36.zip |
remove trailing white-spaces from lib/redmine/export/pdf.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9245 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lib/redmine/export/pdf.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/export/pdf.rb b/lib/redmine/export/pdf.rb index b926aef51..914a7a002 100644 --- a/lib/redmine/export/pdf.rb +++ b/lib/redmine/export/pdf.rb @@ -1,7 +1,7 @@ # encoding: utf-8 # # Redmine - project management software -# Copyright (C) 2006-2011 Jean-Philippe Lang +# Copyright (C) 2006-2012 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 @@ -472,7 +472,7 @@ module Redmine unless issue.leaf? # for CJK truncate_length = ( l(:general_pdf_encoding).upcase == "UTF-8" ? 90 : 65 ) - + pdf.SetFontStyle('B',9) pdf.RDMCell(35+155,5, l(:label_subtask_plural) + ":", "LTR") pdf.Ln @@ -492,7 +492,7 @@ module Redmine unless relations.empty? # for CJK truncate_length = ( l(:general_pdf_encoding).upcase == "UTF-8" ? 80 : 60 ) - + pdf.SetFontStyle('B',9) pdf.RDMCell(35+155,5, l(:label_related_issues) + ":", "LTR") pdf.Ln |