Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / MathExtras.h
index 2cf7e0e5d0b3972053017ca426c8299480c7bb85..7c63aaa06998b105680471c16b8ccae9be8dd996 100644 (file)
@@ -642,6 +642,6 @@ inline int64_t SignExtend64(uint64_t X, unsigned B) {
 }
 
 extern const float huge_valf;
-} // End llvm namespace
+} // namespace llvm
 
 #endif