Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / MC / MCParser / ELFAsmParser.cpp
index e3585bd276327f72e6096524e0b2a0f60b95aeaa..e131b238965ddefa7e403c6c01f2f37c69edb542 100644 (file)
@@ -154,7 +154,7 @@ private:
   unsigned parseSunStyleSectionFlags();
 };
 
-}
+} // namespace
 
 /// ParseDirectiveSymbolAttribute
 ///  ::= { ".local", ".weak", ... } [ identifier ( , identifier )* ]