mirror of
https://github.com/loot/yaml-cpp.git
synced 2026-07-27 14:13:42 -07:00
Fixed map/comment/seq emitting
This commit is contained in:
+1
-1
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user