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
This commit is contained in:
Mehdi Amini
2021-12-07 18:27:58 +00:00
parent 3bed2a7212
commit be0a7e9f27
405 changed files with 708 additions and 708 deletions

View File

@@ -2012,7 +2012,7 @@ private:
PyOperationRef operation;
};
} // end namespace
} // namespace
//------------------------------------------------------------------------------
// Populates the core exports of the 'ir' submodule.