Commit a6169484 authored by Stefan Krah's avatar Stefan Krah

Formatting.

parent ff3eca0c
...@@ -2385,8 +2385,8 @@ dectuple_as_str(PyObject *dectuple) ...@@ -2385,8 +2385,8 @@ dectuple_as_str(PyObject *dectuple)
} }
/* coefficient */ /* coefficient */
digits = sequence_as_tuple(PyTuple_GET_ITEM(dectuple, 1), digits = sequence_as_tuple(PyTuple_GET_ITEM(dectuple, 1), PyExc_ValueError,
PyExc_ValueError, "coefficient must be a tuple of digits"); "coefficient must be a tuple of digits");
if (digits == NULL) { if (digits == NULL) {
goto error; goto error;
} }
......
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