ws cosmetics.

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@197024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Helgi Þormar Þorbjörnsson 2005-09-27 07:33:54 +00:00
parent e4b8fe22f3
commit db20068031
8 changed files with 646 additions and 646 deletions

View File

@ -398,7 +398,7 @@ class Spreadsheet_Excel_Writer_OLEwriter extends PEAR
{ {
$biffsize = $this->_biffsize; $biffsize = $this->_biffsize;
if ($biffsize < 4096) { if ($biffsize < 4096) {
$min_size = 4096; $min_size = 4096;
} else { } else {
$min_size = 512; $min_size = 512;
} }