From be0a7e9f27083ada6072fcc0711ffa5630daa5ec Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Tue, 7 Dec 2021 18:27:58 +0000 Subject: Adjust "end namespace" comment in MLIR to match new agree'd coding style See D115115 and this mailing list discussion: https://lists.llvm.org/pipermail/llvm-dev/2021-December/154199.html Differential Revision: https://reviews.llvm.org/D115309 --- mlir/lib/Bindings/Python/ExecutionEngineModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mlir/lib/Bindings/Python/ExecutionEngineModule.cpp') diff --git a/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp b/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp index b5a0f84..8142091 100644 --- a/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp +++ b/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp @@ -62,7 +62,7 @@ private: std::vector referencedObjects; }; -} // anonymous namespace +} // namespace /// Create the `mlir.execution_engine` module here. PYBIND11_MODULE(_mlirExecutionEngine, m) { -- cgit v1.1