Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 727c2c5

Browse files
committed
Style fix, use tab instead of space
1 parent 3be2f04 commit 727c2c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_testcapimodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ test_u_code(PyObject *self)
521521

522522
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
523523
/* Just use the macro and check that it compiles */
524-
x = Py_UNICODE_ISSPACE(25);
525-
x = x;
524+
x = Py_UNICODE_ISSPACE(25);
525+
x = x;
526526

527527
tuple = PyTuple_New(1);
528528
if (tuple == NULL)

0 commit comments

Comments
 (0)