Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
index 50e4a54eb3e0b5d8d41192ecc2dc57eda7831cd4..48c302bf9c18af835bb68046dfbf8f4bff5cfc03 100644 (file)
@@ -231,6 +231,6 @@ public:
   const MCSymbol *getBaseAddress() const { return BaseAddress; }
 };
 
-} // end llvm namespace
+} // namespace llvm
 
 #endif