Skip to content

Commit 4214070

Browse files
committed
clang-format
1 parent a7c9fe7 commit 4214070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Conversion/MeshToMPI/MeshToMPI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ struct ConvertUpdateHaloOp
7575
auto opSplitAxes = op.getSplitAxes().getAxes();
7676
auto mesh = op.getMesh();
7777
auto meshOp = getMesh(op, symbolTableCollection);
78-
auto haloSizes = getMixedValues(op.getStaticHaloSizes(),
79-
op.getHaloSizes(), rewriter);
78+
auto haloSizes =
79+
getMixedValues(op.getStaticHaloSizes(), op.getHaloSizes(), rewriter);
8080
// subviews need Index values
8181
for (auto &sz : haloSizes) {
8282
if (sz.is<Value>()) {

0 commit comments

Comments
 (0)