tabs sneaked in, changing to spaces

This commit is contained in:
Kirill Kouzoubov 2016-03-24 07:39:19 +11:00
parent ee429f4822
commit 16f0fbc550

View File

@ -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 */