Skip to content

Commit d16448a

Browse files
committed
Apply clang-format to code changes
1 parent d10cb1d commit d16448a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,11 @@ SmallVector<Range> SliceFromCollapseHelper::getExtractSliceParams(
579579
// have proven that these are not sliced. In this case we just take
580580
// the full extent of each dimension in the reassociation list.
581581
if (linearizedDimensions[it.index()]) {
582-
llvm::append_range(
583-
offsetsSizesAndStrides,
584-
llvm::map_range(it.value(), [&](int64_t idx) -> Range {
585-
return {zeroAttr, collapseShapeInputShape[idx], oneAttr};
586-
}));
582+
llvm::append_range(offsetsSizesAndStrides,
583+
llvm::map_range(it.value(), [&](int64_t idx) -> Range {
584+
return {zeroAttr, collapseShapeInputShape[idx],
585+
oneAttr};
586+
}));
587587

588588
continue;
589589
}

0 commit comments

Comments
 (0)