Commit 52813050 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed map/comment/seq emitting

parent 1ab9469f
...@@ -567,7 +567,7 @@ namespace YAML ...@@ -567,7 +567,7 @@ namespace YAML
if(child == EmitterNodeType::None) if(child == EmitterNodeType::None)
return; return;
if(!m_pState->HasBegunNode()) { if(!m_pState->HasBegunContent()) {
if(childCount > 0) { if(childCount > 0) {
m_stream << "\n"; m_stream << "\n";
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment