diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2012-07-10 20:27:06 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2012-07-10 20:27:06 +0000 |
commit | 0dbe2342268d46ba88e161bc629927f0212a3468 (patch) | |
tree | 1db662d7b53cb244312239e73e80f42220ec516e /lib/plugins | |
parent | 9c9b0a4150e3a83a8ce9f81259f73002b7b9c81e (diff) | |
download | redmine-0dbe2342268d46ba88e161bc629927f0212a3468.tar.gz redmine-0dbe2342268d46ba88e161bc629927f0212a3468.zip |
Use tabs instead of spaces for consistency.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9972 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/plugins')
-rwxr-xr-x | lib/plugins/rfpdf/lib/tcpdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/rfpdf/lib/tcpdf.rb b/lib/plugins/rfpdf/lib/tcpdf.rb index de62859a1..158964709 100755 --- a/lib/plugins/rfpdf/lib/tcpdf.rb +++ b/lib/plugins/rfpdf/lib/tcpdf.rb @@ -2982,7 +2982,7 @@ class TCPDF end return {'w' => w, 'h' => h, 'cs' => colspace, 'bpc' => bpc, 'f'=>'FlateDecode', 'parms' => parms, 'pal' => pal, 'trns' => trns, 'data' => data} ensure - f.close + f.close end # |