mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-29 08:32:02 +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 */
|
/* Do the call and convert the return value back into the Python domain */
|
||||||
handle result = cast_out::cast(
|
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);
|
rec->policy, parent);
|
||||||
|
|
||||||
/* Invoke call policy post-call hook */
|
/* Invoke call policy post-call hook */
|
||||||
|
Loading…
Reference in New Issue
Block a user