Style fix, use tab instead of space

This commit is contained in:
Christian Heimes 2008-11-12 09:04:04 +00:00
parent 3be2f0454a
commit 727c2c5d65
1 changed files with 2 additions and 2 deletions

View File

@ -521,8 +521,8 @@ test_u_code(PyObject *self)
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */ /* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
/* Just use the macro and check that it compiles */ /* Just use the macro and check that it compiles */
x = Py_UNICODE_ISSPACE(25); x = Py_UNICODE_ISSPACE(25);
x = x; x = x;
tuple = PyTuple_New(1); tuple = PyTuple_New(1);
if (tuple == NULL) if (tuple == NULL)