Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / MachineConstantPool.h
index c619afb83333a83f5ae031ce346dcbef0970db0d..8a915fb428c377e93f16e5893d6d617750c34fd5 100644 (file)
@@ -174,6 +174,6 @@ public:
   void dump() const;
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif