mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-02-03 14:03:30 +08:00
Revert accidental whitespace change
This commit is contained in:
parent
40eadfeb73
commit
5a47a16e47
@ -482,7 +482,7 @@ struct vectorize_helper {
|
|||||||
return cast(f(*((Args *) buffers[Index].ptr)...));
|
return cast(f(*((Args *) buffers[Index].ptr)...));
|
||||||
|
|
||||||
array result(buffer_info(nullptr, sizeof(Return),
|
array result(buffer_info(nullptr, sizeof(Return),
|
||||||
format_descriptor<Return>::format(),
|
format_descriptor<Return>::format(),
|
||||||
ndim, shape, strides));
|
ndim, shape, strides));
|
||||||
|
|
||||||
buffer_info buf = result.request();
|
buffer_info buf = result.request();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user