Skip to content

Commit c50e3c5

Browse files
committed
replace tab with spaces
1 parent 77ed156 commit c50e3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/Word2007/Part/Styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private function writeFontStyle(XMLWriter $xmlWriter, $styleName, FontStyle $sty
171171
$xmlWriter->writeAttribute('w:val', $styleLink);
172172
$xmlWriter->endElement();
173173
} else if (!is_null($paragraphStyle)) {
174-
// if type is 'paragraph' it should have a styleId
174+
// if type is 'paragraph' it should have a styleId
175175
$xmlWriter->writeAttribute('w:styleId', $styleName);
176176
}
177177

0 commit comments

Comments
 (0)