]> source.dussan.org Git - redmine.git/commitdiff
code clean up lib/redmine/export/pdf.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 5 Apr 2011 23:04:32 +0000 (23:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 5 Apr 2011 23:04:32 +0000 (23:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5335 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/export/pdf.rb

index 10ef5dfd88943d23b8777a299b37b8b58186257b..e512d7f3cd9b1582aea60f96c395fae80eab6c0e 100644 (file)
@@ -202,7 +202,7 @@ module Redmine
         end
         
         # title
-        pdf.SetFontStyle('B',11)    
+        pdf.SetFontStyle('B',11)
         pdf.RDMCell(190,10, title)
         pdf.Ln
         
@@ -271,7 +271,7 @@ module Redmine
         pdf.footer_date = format_date(Date.today)
         pdf.AddPage
         
-        pdf.SetFontStyle('B',11)    
+        pdf.SetFontStyle('B',11)
         pdf.RDMCell(190,10,
            "#{issue.project} - #{issue.tracker} # #{issue.id}: #{issue.subject}")
         pdf.Ln
@@ -285,7 +285,7 @@ module Redmine
         pdf.SetFontStyle('B',9)
         pdf.RDMCell(35,5, l(:field_priority) + ":","LT")
         pdf.SetFontStyle('',9)
-        pdf.RDMCell(60,5, issue.priority.to_s,"RT")        
+        pdf.RDMCell(60,5, issue.priority.to_s,"RT")
         pdf.Ln
         
         pdf.SetFontStyle('B',9)