Commit 7339860e authored by Paul's avatar Paul
Browse files

Format

parent 5f84ce68
...@@ -80,9 +80,7 @@ struct index ...@@ -80,9 +80,7 @@ struct index
} }
else else
{ {
repeat(max_stride_iterations(n, stride), [&](auto i) { repeat(max_stride_iterations(n, stride), [&](auto i) { f(start + stride * i); });
f(start + stride*i);
});
} }
} }
else 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