From 727c2c5d658b3933e4f971089c04bcf73c8c3975 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 12 Nov 2008 09:04:04 +0000 Subject: [PATCH] Style fix, use tab instead of space --- Modules/_testcapimodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 3ae5461900..e485ed8f3b 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c @@ -521,8 +521,8 @@ test_u_code(PyObject *self) /* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */ /* Just use the macro and check that it compiles */ - x = Py_UNICODE_ISSPACE(25); - x = x; + x = Py_UNICODE_ISSPACE(25); + x = x; tuple = PyTuple_New(1); if (tuple == NULL) -- 2.40.0