http://hg.python.org/cpython/rev/0375d3fa499c changeset: 76124:0375d3fa499c user: Stefan Krah <skrah at bytereef.org> date: Thu Apr 05 16:15:25 2012 +0200 summary: Whitespace. files: Modules/_decimal/_decimal.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Modules/_decimal/_decimal.c b/Modules/_decimal/_decimal.c --- a/Modules/_decimal/_decimal.c +++ b/Modules/_decimal/_decimal.c @@ -4934,7 +4934,7 @@ PyObject *result; CONVERT_OP_RAISE(&result, v, context); - return result; + return result; } static PyObject * -- Repository URL: http://hg.python.org/cpython