Untabified some sources

This commit is contained in:
Baptiste Lepilleur
2011-05-02 18:41:01 +00:00
parent fb17080142
commit e3cc0f004b
5 changed files with 35 additions and 35 deletions

View File

@@ -656,7 +656,7 @@ StyledStreamWriter::writeArrayValue( const Value &value )
writeWithIndent( childValues_[index] );
else
{
writeIndent();
writeIndent();
writeValue( childValue );
}
if ( ++index == size )