mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 17:41:55 +00:00
Fix indentations
This commit is contained in:
parent
230010d19b
commit
28cbd2e2a8
@ -258,10 +258,10 @@ int git_branch_tracking(
|
|||||||
if ((error = retrieve_tracking_configuration(&merge_name, branch, "branch.%s.merge")) < 0)
|
if ((error = retrieve_tracking_configuration(&merge_name, branch, "branch.%s.merge")) < 0)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
if (!*remote_name || !*merge_name) {
|
if (!*remote_name || !*merge_name) {
|
||||||
error = GIT_ENOTFOUND;
|
error = GIT_ENOTFOUND;
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strcmp(".", remote_name) != 0) {
|
if (strcmp(".", remote_name) != 0) {
|
||||||
if ((error = git_remote_load(&remote, git_reference_owner(branch), remote_name)) < 0)
|
if ((error = git_remote_load(&remote, git_reference_owner(branch), remote_name)) < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user