From 6dabc38cce73549ed747c537f81f6f4dd79eba39 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 3 Nov 2020 18:13:21 +0000 Subject: [PATCH] Cleanup namespace comment to fix clang-tidy warning. NFCI. --- llvm/lib/Support/APFloat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Support/APFloat.cpp b/llvm/lib/Support/APFloat.cpp index c79fc8a..5dea98e 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 -- 2.7.4