mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Fixed newline
This commit is contained in:
@@ -250,7 +250,7 @@ namespace YAML
|
||||
if(!good())
|
||||
return;
|
||||
|
||||
PrepareNode(m_pState->NextGroupType(GroupType::None));
|
||||
PrepareNode(EmitterNodeType::None);
|
||||
m_stream << "\n";
|
||||
m_pState->SetNonContent();
|
||||
}
|
||||
|
Reference in New Issue
Block a user