=?utf-8?q?Björn_Schäpers?= <bjo...@hazardy.de>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/68743/cl...@github.com>


================
@@ -182,7 +182,7 @@ TEST_F(FormatTestComments, UnderstandsSingleLineComments) {
                    "int   a;     // This is unrelated"));
   EXPECT_EQ("class C {\n"
             "  void f() { // This does something ..\n"
-            "  }          // awesome..\n"
+            "  } // awesome..\n"
----------------
owenca wrote:

I think the comment at the bottom should _not_ be aligned with the one at the 
top, so we are fine here.

https://github.com/llvm/llvm-project/pull/68743
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to