From 1abe55ef9844afcddcab9d862ae06118f3a2390c Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 5 Sep 2018 08:30:59 -0700 Subject: Move to clang-format-6.0 This commit moves the codebase to the lastest clang-format file from upstream, as well as clang-format-6.0. Change-Id: Ice8313468097c0c42317fbb9e10ddf036e8cff4c Signed-off-by: Ed Tanous --- src/msan_test.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/msan_test.cpp') diff --git a/src/msan_test.cpp b/src/msan_test.cpp index 9fcb9d530c..7e42e48659 100644 --- a/src/msan_test.cpp +++ b/src/msan_test.cpp @@ -1,7 +1,9 @@ #include + #include "gtest/gtest.h" -TEST(MemorySanitizer, TestIsWorking) { - std::string foo("foo"); - EXPECT_STREQ("foo", foo.c_str()); +TEST(MemorySanitizer, TestIsWorking) +{ + std::string foo("foo"); + EXPECT_STREQ("foo", foo.c_str()); } -- cgit v1.2.3