mirror of https://github.com/python/cpython
Whitespace.
This commit is contained in:
parent
871b96bd5a
commit
4771cca817
|
@ -4934,7 +4934,7 @@ ctx_copy_decimal(PyObject *context, PyObject *v)
|
||||||
PyObject *result;
|
PyObject *result;
|
||||||
|
|
||||||
CONVERT_OP_RAISE(&result, v, context);
|
CONVERT_OP_RAISE(&result, v, context);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
|
|
Loading…
Reference in New Issue