[clang] a16e4a6 - [clang-format] NFC ensure the clang-format tests remain clang-formatted
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 18 10:16:59 PDT 2020
Author: mydeveloperday
Date: 2020-09-18T18:16:02+01:00
New Revision: a16e4a63ae7c1933291577723324e412e087dc8e
URL: https://github.com/llvm/llvm-project/commit/a16e4a63ae7c1933291577723324e412e087dc8e
DIFF: https://github.com/llvm/llvm-project/commit/a16e4a63ae7c1933291577723324e412e087dc8e.diff
LOG: [clang-format] NFC ensure the clang-format tests remain clang-formatted
Added:
Modified:
clang/unittests/Format/FormatTestCSharp.cpp
Removed:
################################################################################
diff --git a/clang/unittests/Format/FormatTestCSharp.cpp b/clang/unittests/Format/FormatTestCSharp.cpp
index ae4cdda1c845..b5c6f0522d6a 100644
--- a/clang/unittests/Format/FormatTestCSharp.cpp
+++ b/clang/unittests/Format/FormatTestCSharp.cpp
@@ -721,7 +721,7 @@ class TimePeriod {
}
})",
Style);
-
+
// Microsoft style trivial property accessors have no line break before the
// opening brace.
auto MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp);
@@ -731,7 +731,6 @@ public class SaleItem
public decimal Price { get; set; }
})",
MicrosoftStyle);
-
}
TEST_F(FormatTestCSharp, CSharpSpaces) {
More information about the cfe-commits
mailing list