Skip to content

Commit 287bcbd

Browse files
clang-format
1 parent 09f16b2 commit 287bcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Transforms/DialectConversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ class ConversionPatternRewriter final : public PatternRewriter {
899899
/// results and value ranges must match. The given operation is erased.
900900
void replaceOpWithMultiple(Operation *op, ArrayRef<ValueRange> newValues);
901901
template <typename RangeT>
902-
void replaceOpWithMultiple(Operation *op, RangeT&& newValues) {
902+
void replaceOpWithMultiple(Operation *op, RangeT &&newValues) {
903903
replaceOpWithMultiple(op,
904904
ArrayRef(llvm::to_vector_of<ValueRange>(newValues)));
905905
}

0 commit comments

Comments
 (0)