mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 14:45:12 +00:00
tabs sneaked in, changing to spaces
This commit is contained in:
parent
ee429f4822
commit
16f0fbc550
@ -67,7 +67,7 @@ public:
|
||||
|
||||
/* Do the call and convert the return value back into the Python domain */
|
||||
handle result = cast_out::cast(
|
||||
args.template call<Return>(detail::cast_any_ptr<Return (*)(Args...)>(rec->data)),
|
||||
args.template call<Return>(detail::cast_any_ptr<Return (*)(Args...)>(rec->data)),
|
||||
rec->policy, parent);
|
||||
|
||||
/* Invoke call policy post-call hook */
|
||||
|
Loading…
Reference in New Issue
Block a user