From 598ceae876ff4a23072e59945597e945583de4ab Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Tue, 28 Nov 2017 17:56:10 +0200 Subject: bpo-32150: Expand tabs to spaces in C files. (#4583) --- Modules/_weakref.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Modules/_weakref.c') diff --git a/Modules/_weakref.c b/Modules/_weakref.c index f9c68d6a64..c1238e00d3 100644 --- a/Modules/_weakref.c +++ b/Modules/_weakref.c @@ -138,15 +138,15 @@ weakref_functions[] = { static struct PyModuleDef weakrefmodule = { - PyModuleDef_HEAD_INIT, - "_weakref", - "Weak-reference support module.", - -1, - weakref_functions, - NULL, - NULL, - NULL, - NULL + PyModuleDef_HEAD_INIT, + "_weakref", + "Weak-reference support module.", + -1, + weakref_functions, + NULL, + NULL, + NULL, + NULL }; PyMODINIT_FUNC -- cgit v1.2.1