]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove trailing newline.
authorFred Drake <fdrake@acm.org>
Tue, 1 Apr 2003 15:40:07 +0000 (15:40 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 1 Apr 2003 15:40:07 +0000 (15:40 +0000)
Objects/abstract.c

index 8aee6ac124f45808609e488787e2043340d91e0a..22722d9df9ba98735582204a03556383d070b18b 100644 (file)
@@ -2096,4 +2096,3 @@ PyIter_Next(PyObject *iter)
                PyErr_Clear();
        return result;
 }
-