Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index f56c9b4eb13e7239da058338a9b07f591e0f03f8..200ddf0f3cbe49938f9464e7993db54038ce6873 100644 (file)
@@ -402,5 +402,5 @@ public:
   }
   DwarfCompileUnit &getCU() override { return CU; }
 };
-} // end llvm namespace
+} // namespace llvm
 #endif