Fixed settings reverting properly

This commit is contained in:
Jesse Beder
2012-05-22 15:00:10 -05:00
parent bf07af52ff
commit 944ebb7d1e
3 changed files with 5 additions and 5 deletions

View File

@@ -402,7 +402,7 @@ namespace YAML
case EmitterNodeType::Scalar:
case EmitterNodeType::FlowSeq:
case EmitterNodeType::FlowMap:
SpaceOrIndentTo(m_pState->HasBegunContent(), curIndent);
SpaceOrIndentTo(true, curIndent);
break;
case EmitterNodeType::BlockSeq:
case EmitterNodeType::BlockMap: