Fix a stylistic nit.
This commit is contained in:
parent
2acf49c6f7
commit
f94028fc4d
3
pygit2.c
3
pygit2.c
@ -656,8 +656,7 @@ Commit_get_parents(Commit *commit)
|
||||
if (!list)
|
||||
return NULL;
|
||||
|
||||
for (i=0; i < parent_count; i++)
|
||||
{
|
||||
for (i=0; i < parent_count; i++) {
|
||||
parent = git_commit_parent(commit->commit, i);
|
||||
obj = wrap_object((git_object *)parent, commit->repo);
|
||||
obj->own_obj = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user