From 5a47a16e47cdbb690b2c1e9337e15d3db6f90fb5 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Sun, 26 Jun 2016 16:21:34 +0100 Subject: [PATCH] Revert accidental whitespace change --- include/pybind11/numpy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index e14a58ed..f9408526 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -482,7 +482,7 @@ struct vectorize_helper { return cast(f(*((Args *) buffers[Index].ptr)...)); array result(buffer_info(nullptr, sizeof(Return), - format_descriptor::format(), + format_descriptor::format(), ndim, shape, strides)); buffer_info buf = result.request();