commit | 727c2c5d658b3933e4f971089c04bcf73c8c3975 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Nov 12 09:04:04 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Nov 12 09:04:04 2008 +0000 |
tree | 8110cdc2d3f89a9540d5b5df9a6cd6951407dc6c | |
parent | 3be2f0454aa0d2e77e85eed36b8988f93d6361eb [diff] [blame] |
Style fix, use tab instead of space
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 3ae5461..e485ed8 100644 --- a/Modules/_testcapimodule.c +++ b/Modules/_testcapimodule.c
@@ -521,8 +521,8 @@ /* 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)