Commit c5e4bdee by Jesse Beder

Fixed newline

parent d3801b74
......@@ -250,7 +250,7 @@ namespace YAML
if(!good())
return;
PrepareNode(m_pState->NextGroupType(GroupType::None));
PrepareNode(EmitterNodeType::None);
m_stream << "\n";
m_pState->SetNonContent();
}
......
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