Kaydet (Commit) 2d444496 authored tarafından Georg Brandl's avatar Georg Brandl

Reindent.

üst faf7b7f4
......@@ -1650,7 +1650,7 @@ set_symmetric_difference_update(PySetObject *so, PyObject *other)
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 @@ set_symmetric_difference_update(PySetObject *so, PyObject *other)
return NULL;
}
}
Py_DECREF(key);
Py_DECREF(key);
}
Py_RETURN_NONE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment