commit | 2d444496b39c091be4104125ab61c810654d7a40 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Sep 03 10:52:55 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Sep 03 10:52:55 2010 +0000 |
tree | 8d8495495d1778d9161758cb74625b98a1ad7c53 | |
parent | faf7b7f4ec58a26cc4044dd29c7dd8ebdfb65269 [diff] [blame] |
Reindent.
diff --git a/Objects/setobject.c b/Objects/setobject.c index 6cd90b1..7eac1aa 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c
@@ -1650,7 +1650,7 @@ an_entry.key = key; rv = set_discard_entry(so, &an_entry); - if (rv == -1) { + if (rv == -1) { Py_DECREF(key); return NULL; } @@ -1660,7 +1660,7 @@ return NULL; } } - Py_DECREF(key); + Py_DECREF(key); } Py_RETURN_NONE; }