[clang] [clang][NFC] Fix some clang-format mistakes (PR #138036)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri May 2 12:03:24 PDT 2025


================
@@ -3997,7 +3996,7 @@ void CodeGenFunction::EmitFunctionEpilog(const CGFunctionInfo &FI,
         RV = SI->getValueOperand();
         SI->eraseFromParent();
 
-        // Otherwise, we have to do a simple load.
+      // Otherwise, we have to do a simple load.
----------------
efriedma-quic wrote:

I pointed out this one specifically, but I think the same thing happened in a few other places.

https://github.com/llvm/llvm-project/pull/138036


More information about the cfe-commits mailing list