mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Style fix, use tab instead of space
This commit is contained in:
parent
3be2f0454a
commit
727c2c5d65
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue