clang-format

This commit is contained in:
Jesse Beder
2014-03-23 20:08:54 -05:00
parent d508a7cb0d
commit 06bf012d81
22 changed files with 584 additions and 690 deletions

View File

@@ -6,6 +6,7 @@
#include "gtest/gtest.h"
using ::testing::_;
using ::testing::InSequence;
namespace YAML {
namespace {
@@ -92,6 +93,7 @@ class EncodingTest : public HandlerTest {
}
void Run() {
InSequence sequence;
EXPECT_CALL(handler, OnDocumentStart(_));
EXPECT_CALL(handler, OnSequenceStart(_, "?", 0));
for (std::size_t i = 0; i < m_entries.size(); i++) {

File diff suppressed because it is too large Load Diff