Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / GVMaterializer.h
index 1d6c9157f0b8a13aceec7d6f9566b859409c0e99..433de3feecdce21ca6723d5c9fab9ba4b8e00ce9 100644 (file)
@@ -59,6 +59,6 @@ public:
   virtual std::vector<StructType *> getIdentifiedStructTypes() const = 0;
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif