Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / LTO / LTOModule.h
index 8204e8f3ed2fc4ab652bd0feaee6e2f00697c278..c2eb36220e84b2125d66ca84cc9e313d55f6cc24 100644 (file)
@@ -224,5 +224,5 @@ private:
   static LTOModule *makeLTOModule(MemoryBufferRef Buffer, TargetOptions options,
                                   std::string &errMsg, LLVMContext *Context);
 };
-}
+} // namespace llvm
 #endif