Commit 727c2c5d authored by Christian Heimes's avatar Christian Heimes

Style fix, use tab instead of space

parent 3be2f045
...@@ -521,8 +521,8 @@ test_u_code(PyObject *self) ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment