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) { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits