mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 19:37:29 +00:00
trivial whitespace fixup
This commit is contained in:
parent
c2de6b1adf
commit
33c8c6f0b8
@ -372,7 +372,7 @@ int git_smart__negotiate_fetch(git_transport *transport, git_repository *repo, c
|
||||
return error;
|
||||
|
||||
if (pkt->type == GIT_PKT_NAK ||
|
||||
(pkt->type == GIT_PKT_ACK && pkt->status != GIT_ACK_CONTINUE)) {
|
||||
(pkt->type == GIT_PKT_ACK && pkt->status != GIT_ACK_CONTINUE)) {
|
||||
git__free(pkt);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user