Commit 5a47a16e by Ivan Smirnov

Revert accidental whitespace change

parent 40eadfeb
......@@ -482,7 +482,7 @@ struct vectorize_helper {
return cast(f(*((Args *) buffers[Index].ptr)...));
array result(buffer_info(nullptr, sizeof(Return),
format_descriptor<Return>::format(),
format_descriptor<Return>::format(),
ndim, shape, strides));
buffer_info buf = result.request();
......
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