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