[clang] 163a6e2 - [clang][CodeGen][NFC] remove trailing whitespace (fix check-format)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 28 05:39:49 PDT 2023


Author: dingfei
Date: 2023-07-28T20:39:30+08:00
New Revision: 163a6e237596071dbe97fe46044fb3dca0464e6a

URL: https://github.com/llvm/llvm-project/commit/163a6e237596071dbe97fe46044fb3dca0464e6a
DIFF: https://github.com/llvm/llvm-project/commit/163a6e237596071dbe97fe46044fb3dca0464e6a.diff

LOG: [clang][CodeGen][NFC] remove trailing whitespace (fix check-format)

Added: 
    

Modified: 
    clang/lib/CodeGen/CGExprScalar.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/CodeGen/CGExprScalar.cpp b/clang/lib/CodeGen/CGExprScalar.cpp
index 33defb9c87e90f..f6a5235ce58579 100644
--- a/clang/lib/CodeGen/CGExprScalar.cpp
+++ b/clang/lib/CodeGen/CGExprScalar.cpp
@@ -2764,7 +2764,7 @@ ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV,
       amt = llvm::ConstantFP::get(VMContext,
                                   llvm::APFloat(static_cast<double>(amount)));
     else {
-      // Remaining types are Half, Bfloat16, LongDouble, __ibm128 or __float128. 
+      // Remaining types are Half, Bfloat16, LongDouble, __ibm128 or __float128.
       // Convert from float.
       llvm::APFloat F(static_cast<float>(amount));
       bool ignored;


        


More information about the cfe-commits mailing list