Run clang-format

This commit is contained in:
Jesse Beder
2015-03-29 21:27:20 -05:00
parent 7092a0b099
commit 25c466a152
5 changed files with 9 additions and 10 deletions

View File

@@ -52,8 +52,8 @@ bool convert<bool>::decode(const Node& node, bool& rhs) {
static const struct {
std::string truename, falsename;
} names[] = {
{"y", "n"}, {"yes", "no"}, {"true", "false"}, {"on", "off"},
};
{"y", "n"}, {"yes", "no"}, {"true", "false"}, {"on", "off"},
};
if (!IsFlexibleCase(node.Scalar()))
return false;