From: Fred Drake Date: Tue, 1 Apr 2003 15:40:07 +0000 (+0000) Subject: Remove trailing newline. X-Git-Tag: v2.2.3c1~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62ed948c2b57b24f60c04390b9f7963c20cedb5a;p=thirdparty%2FPython%2Fcpython.git Remove trailing newline. --- diff --git a/Objects/abstract.c b/Objects/abstract.c index 8aee6ac124f4..22722d9df9ba 100644 --- a/Objects/abstract.c +++ b/Objects/abstract.c @@ -2096,4 +2096,3 @@ PyIter_Next(PyObject *iter) PyErr_Clear(); return result; } -