Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ExecutionEngine / ObjectCache.h
index cc01a4e58999e8699e412d4c97e7ddd7e3d94fe6..1084de82a49be66cb702c13cca0fdf4e2108a379 100644 (file)
@@ -35,6 +35,6 @@ public:
   virtual std::unique_ptr<MemoryBuffer> getObject(const Module* M) = 0;
 };
 
-}
+} // namespace llvm
 
 #endif