"...include/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "d0bcc85a4273eae2b9640b0505d3ae264653e0c8"
Commit 7339860e authored by Paul's avatar Paul
Browse files

Format

parent 5f84ce68
......@@ -80,9 +80,7 @@ struct index
}
else
{
repeat(max_stride_iterations(n, stride), [&](auto i) {
f(start + stride*i);
});
repeat(max_stride_iterations(n, stride), [&](auto i) { f(start + stride * i); });
}
}
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment