From: David Blaikie Date: Sun, 13 Sep 2020 20:07:58 +0000 (-0700) Subject: Correct end-of-namespace comment to be clang-tidy/LLVM style appropriate X-Git-Tag: llvmorg-13-init~12232 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7940af02baa27e23ebbd9cd09b24ef1b24ea8cec;p=platform%2Fupstream%2Fllvm.git Correct end-of-namespace comment to be clang-tidy/LLVM style appropriate --- diff --git a/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h b/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h index b3971e4..2766cc5 100644 --- a/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +++ b/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h @@ -26,5 +26,5 @@ private: GCOVOptions GCOVOpts; }; -} // End llvm namespace +} // namespace llvm #endif