[llvm] 6dabc38 - Cleanup namespace comment to fix clang-tidy warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 10:13:52 PST 2020


Author: Simon Pilgrim
Date: 2020-11-03T18:13:21Z
New Revision: 6dabc38cce73549ed747c537f81f6f4dd79eba39

URL: https://github.com/llvm/llvm-project/commit/6dabc38cce73549ed747c537f81f6f4dd79eba39
DIFF: https://github.com/llvm/llvm-project/commit/6dabc38cce73549ed747c537f81f6f4dd79eba39.diff

LOG: Cleanup namespace comment to fix clang-tidy warning. NFCI.

Added: 
    

Modified: 
    llvm/lib/Support/APFloat.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/APFloat.cpp b/llvm/lib/Support/APFloat.cpp
index c79fc8a63de1..5dea98ee3993 100644
--- a/llvm/lib/Support/APFloat.cpp
+++ b/llvm/lib/Support/APFloat.cpp
@@ -4874,6 +4874,6 @@ APFloat::opStatus APFloat::convertToInteger(APSInt &result,
   return status;
 }
 
-} // End llvm namespace
+} // namespace llvm
 
 #undef APFLOAT_DISPATCH_ON_SEMANTICS


        


More information about the llvm-commits mailing list