Fix clang format (#854)

Fix invocation of clang-format in CMakeLists and apply clang-format.
This commit is contained in:
Ian Taylor
2020-04-29 10:40:33 -04:00
committed by GitHub
parent 7083db28b3
commit 9f2781b527
16 changed files with 29 additions and 26 deletions

View File

@@ -2,9 +2,8 @@
namespace YAML {
DeepRecursion::DeepRecursion(int depth, const Mark& mark_, const std::string& msg_)
: ParserException(mark_, msg_),
m_depth(depth) {
}
DeepRecursion::DeepRecursion(int depth, const Mark& mark_,
const std::string& msg_)
: ParserException(mark_, msg_), m_depth(depth) {}
} // namespace YAML
} // namespace YAML