Fixed map/comment/seq emitting

This commit is contained in:
Jesse Beder
2012-05-23 11:18:53 -05:00
parent 1ab9469f10
commit 52813050d2

View File

@@ -567,7 +567,7 @@ namespace YAML
if(child == EmitterNodeType::None)
return;
if(!m_pState->HasBegunNode()) {
if(!m_pState->HasBegunContent()) {
if(childCount > 0) {
m_stream << "\n";
}