mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-07 17:27:40 +00:00
revwalk: style change
Change the condition for returning 0 more in line with that we write elsewhere in the library.
This commit is contained in:
parent
5e2a29a78c
commit
e93b7e327a
@ -489,9 +489,7 @@ static int everybody_uninteresting(git_commit_list *orig)
|
||||
while (list) {
|
||||
git_commit_list_node *commit = list->item;
|
||||
list = list->next;
|
||||
if (commit->uninteresting)
|
||||
continue;
|
||||
|
||||
if (!commit->uninteresting)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user