clang-format

This commit is contained in:
Jesse Beder
2014-03-25 00:11:17 -05:00
parent dea3428ce0
commit 13130ec20d
8 changed files with 16 additions and 28 deletions

View File

@@ -232,7 +232,7 @@ TEST(NodeTest, Bool) {
}
TEST(NodeTest, AutoBoolConversion) {
#pragma warning(disable:4800)
#pragma warning(disable : 4800)
YAML::Node node;
node["foo"] = "bar";
EXPECT_TRUE(static_cast<bool>(node["foo"]));