mirror of https://github.com/python/cpython.git
Whitespace normalization.
This commit is contained in:
parent
8ac1495a6a
commit
c9ca5c82f9
|
@ -165,7 +165,7 @@ xx_new(PyObject *self, PyObject *args)
|
|||
if (!PyArg_ParseTuple(args, ":new"))
|
||||
return NULL;
|
||||
rv = newXxoObject(args);
|
||||
if ( rv == NULL )
|
||||
if (rv == NULL)
|
||||
return NULL;
|
||||
return (PyObject *)rv;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue