OSDN Git Service

NFC, add an "end namespace" comment for consistency
authorVedant Kumar <vsk@apple.com>
Thu, 23 Jun 2016 16:27:08 +0000 (16:27 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 23 Jun 2016 16:27:08 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273577 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cov/RenderingSupport.h

index 3ef155d..aa70fbc 100644 (file)
@@ -55,6 +55,7 @@ inline ColoredRawOstream colored_ostream(raw_ostream &OS,
     OS.changeColor(Color, Bold, BG);
   return ColoredRawOstream(OS, IsColorUsed);
 }
-}
+
+} // namespace llvm
 
 #endif // LLVM_COV_RENDERINGSUPPORT_H