Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
index 20366dc4e4f5f503d6fda9a8d2b333be2130fd72..5400bb9f31a683c75123432b5a05419942a0d729 100644 (file)
@@ -484,7 +484,7 @@ private:
 
   void initializeDirectiveKindMap();
 };
-}
+} // namespace
 
 namespace llvm {
 
@@ -1942,7 +1942,7 @@ public:
 private:
   AsmLexer &Lexer;
 };
-}
+} // namespace
 
 bool AsmParser::parseMacroArgument(MCAsmMacroArgument &MA, bool Vararg) {