Remove trailing whitespace

This commit is contained in:
J. David Ibáñez
2013-12-02 11:07:36 +01:00
parent 9f4f978845
commit cb3c28fc6a

View File

@@ -1537,7 +1537,7 @@ Repository_reset(Repository *self, PyObject* args)
git_object_free(target);
if (err < 0)
return Error_set_oid(err, &oid, len);
Py_RETURN_NONE;
Py_RETURN_NONE;
}
PyMethodDef Repository_methods[] = {