Revert accidental whitespace change

This commit is contained in:
Ivan Smirnov 2016-06-26 16:21:34 +01:00
parent 40eadfeb73
commit 5a47a16e47

View File

@ -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();