Update doc, formatting for emit.h.

This commit is contained in:
Jesse Beder
2016-05-12 23:23:05 -05:00
parent 3392ab980e
commit 728e26e426
2 changed files with 9 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ std::string Dump(const Node& node) {
emitter << node;
return emitter.c_str();
}
}
} // namespace YAML