mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 23:26:39 +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;
|
return error;
|
||||||
|
|
||||||
if (pkt->type == GIT_PKT_NAK ||
|
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);
|
git__free(pkt);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user