summaryrefslogtreecommitdiff
path: root/Objects/exceptions.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-10-03 20:03:49 +0300
committerGitHub <noreply@github.com>2021-10-03 20:03:49 +0300
commit93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e (patch)
tree7d119733b0de07024169d68ac5af8ac63422023f /Objects/exceptions.c
parent5ba61f488da2e092a81c3d126c5827dad6ab2006 (diff)
downloadcpython-git-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.tar.gz
[3.10] Remove trailing spaces (GH-28709)
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r--Objects/exceptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index 38e523a802..6537a7ccd1 100644
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -1503,7 +1503,7 @@ SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds)
&self->end_lineno, &self->end_offset)) {
Py_DECREF(info);
return -1;
- }
+ }
Py_INCREF(self->filename);
Py_INCREF(self->lineno);