Run clang-format.
PiperOrigin-RevId: 408425280
diff --git a/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp b/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp
index 6bf1b1e..3c04908 100644
--- a/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp
+++ b/iree/compiler/Codegen/Common/IREEComprehensiveBufferizePass.cpp
@@ -68,7 +68,7 @@
public:
explicit IREEComprehensiveBufferizePass(
linalg::AllocationCallbacks allocationFn)
- : allocationFn(allocationFn) {}
+ : allocationFn(allocationFn) {}
void getDependentDialects(DialectRegistry ®istry) const override {
registry.insert<arith::ArithmeticDialect, IREE::Util::UtilDialect,
linalg::LinalgDialect, memref::MemRefDialect,