Commit 52813050 by Jesse Beder

Fixed map/comment/seq emitting

parent 1ab9469f
......@@ -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";
}
......
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