Skip to content

Commit 20a24fc

Browse files
committed
format code properly
1 parent 302c2ec commit 20a24fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Affine/IR/AffineOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ LogicalResult AffineForOp::verifyRegions() {
19011901
if (getUpperBoundMap().getNumInputs() > 0)
19021902
if (failed(verifyDimAndSymbolIdentifiers(*this, getUpperBoundOperands(),
19031903
getUpperBoundMap().getNumDims())))
1904-
return failure();
1904+
return failure();
19051905
// Verify that the bound maps produce at least one result.
19061906
/// Lower bound.
19071907
if (getLowerBoundMap().getNumResults() < 1)

0 commit comments

Comments
 (0)