From 16f0fbc550263bbe811ec4e3b413e69c8ffa2e7a Mon Sep 17 00:00:00 2001 From: Kirill Kouzoubov Date: Thu, 24 Mar 2016 07:39:19 +1100 Subject: [PATCH] tabs sneaked in, changing to spaces --- include/pybind11/pybind11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/pybind11.h b/include/pybind11/pybind11.h index cc3727756..33015aaab 100644 --- a/include/pybind11/pybind11.h +++ b/include/pybind11/pybind11.h @@ -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(detail::cast_any_ptr(rec->data)), + args.template call(detail::cast_any_ptr(rec->data)), rec->policy, parent); /* Invoke call policy post-call hook */