Skip to content

Commit bd81c39

Browse files
committed
format code
1 parent 25d68a6 commit bd81c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/IR/AffineMap.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class AffineMap {
110110
/// * getMultiDimMapWithTargets(3, [2, 1])
111111
/// -> affine_map<(d0, d1, d2) -> (d2, d1)>
112112
static AffineMap getMultiDimMapWithTargets(unsigned numDims,
113-
ArrayRef<int64_t> targets,
114-
MLIRContext *context);
113+
ArrayRef<int64_t> targets,
114+
MLIRContext *context);
115115

116116
/// Returns a vector of AffineMaps; each with as many results as
117117
/// `exprs.size()`, as many dims as the largest dim in `exprs` and as many

0 commit comments

Comments
 (0)