Skip to content

Commit bedf584

Browse files
committed
CLEANED : Some spaces in code
1 parent 869b5fd commit bedf584

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/PHPWord/Writer/ODText/Content.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ protected function _writeTextBreak(PHPWord_Shared_XMLWriter $objWriter = null) {
340340
$objWriter->writeAttribute('text:style-name', 'Standard');
341341
$objWriter->endElement();
342342
}
343-
344343
private function _writeEndSection(PHPWord_Shared_XMLWriter $objWriter = null, PHPWord_Section $section) {
345-
346344
}
347345
}

src/PHPWord/Writer/ODText/Meta.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ class PHPWord_Writer_ODText_Meta extends PHPWord_Writer_ODText_WriterPart
4242
* @return string XML Output
4343
* @throws Exception
4444
*/
45-
public function writeMeta(PHPWord $pPHPWord = null)
46-
{
45+
public function writeMeta(PHPWord $pPHPWord = null) {
4746
// Create XML writer
4847
$objWriter = null;
4948
if ($this->getParentWriter()->getUseDiskCaching()) {
@@ -96,5 +95,4 @@ public function writeMeta(PHPWord $pPHPWord = null)
9695
// Return
9796
return $objWriter->getData();
9897
}
99-
10098
}

0 commit comments

Comments
 (0)