================
@@ -22,20 +22,20 @@ int main()
 {
   auto l1 = [](auto a) -> int { return a + 5; };
   auto l2 = [](auto *p) -> int { return p + 5; };
- 
+
----------------
AaronBallman wrote:

More unrelated changes.

https://github.com/llvm/llvm-project/pull/200670
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to