]> granicus.if.org Git - python/commitdiff
Style fix, use tab instead of space
authorChristian Heimes <christian@cheimes.de>
Wed, 12 Nov 2008 09:04:04 +0000 (09:04 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 12 Nov 2008 09:04:04 +0000 (09:04 +0000)
Modules/_testcapimodule.c

index 3ae5461900d8fb60500a6a5f03b151a0c014843b..e485ed8f3ba35d23f3f8c348bddfaf12580041ef 100644 (file)
@@ -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)