NFC, add an "end namespace" comment for consistency

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vedant Kumar 2016-06-23 16:27:08 +00:00
parent ca74a5050a
commit 26de1b8135

View 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