Fixed newline

This commit is contained in:
beder 2012-05-21 23:34:42 -05:00
parent bfbb5d00c5
commit 2921e87a9d

View File

@ -250,7 +250,7 @@ namespace YAML
if(!good()) if(!good())
return; return;
PrepareNode(m_pState->NextGroupType(GroupType::None)); PrepareNode(EmitterNodeType::None);
m_stream << "\n"; m_stream << "\n";
m_pState->SetNonContent(); m_pState->SetNonContent();
} }