From 5dc6c5445d74bf82f9183fffcb92aafd62ec4a8c Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Mon, 27 Jun 2016 15:47:51 +0100 Subject: [PATCH] Cosmetic: fix indentation --- include/pybind11/numpy.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/pybind11/numpy.h b/include/pybind11/numpy.h index bbd68cfb..64fa1dd0 100644 --- a/include/pybind11/numpy.h +++ b/include/pybind11/numpy.h @@ -224,8 +224,7 @@ struct field_descriptor { }; template -struct npy_format_descriptor::value>::type> -{ +struct npy_format_descriptor::value>::type> { static PYBIND11_DESCR name() { return _("user-defined"); } static object dtype() {