From 8dc4e3a8cb063778255b03e02c246c8c641f6a43 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Thu, 28 Apr 2022 08:00:42 +0100 Subject: [PATCH] fix white-space --- Lib/python/builtin.swg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Lib/python/builtin.swg b/Lib/python/builtin.swg index 5da8d6ae3..9dccd7e20 100644 --- a/Lib/python/builtin.swg +++ b/Lib/python/builtin.swg @@ -212,9 +212,9 @@ SwigPyStaticVar_Type(void) { 0, /* tp_itemsize */ (destructor)SwigPyStaticVar_dealloc, /* tp_dealloc */ #if PY_VERSION_HEX < 0x030800b4 - (printfunc)0, /*tp_print*/ + (printfunc)0, /* tp_print */ #else - (Py_ssize_t)0, /*tp_vectorcall_offset*/ + (Py_ssize_t)0, /* tp_vectorcall_offset */ #endif 0, /* tp_getattr */ 0, /* tp_setattr */ @@ -300,9 +300,9 @@ SwigPyObjectType(void) { 0, /* tp_itemsize */ 0, /* tp_dealloc */ #if PY_VERSION_HEX < 0x030800b4 - (printfunc)0, /*tp_print*/ + (printfunc)0, /* tp_print */ #else - (Py_ssize_t)0, /*tp_vectorcall_offset*/ + (Py_ssize_t)0, /* tp_vectorcall_offset */ #endif 0, /* tp_getattr */ 0, /* tp_setattr */