Use tabs instead of spaces for consistency.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9972 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip 2012-07-10 20:27:06 +00:00
parent 9c9b0a4150
commit 0dbe234226
1 changed files with 1 additions and 1 deletions

View File

@ -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
#