mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-11 05:13:30 +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)
|
||||
goto cleanup;
|
||||
|
||||
if (!*remote_name || !*merge_name) {
|
||||
error = GIT_ENOTFOUND;
|
||||
goto cleanup;
|
||||
}
|
||||
if (!*remote_name || !*merge_name) {
|
||||
error = GIT_ENOTFOUND;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
if (strcmp(".", remote_name) != 0) {
|
||||
if ((error = git_remote_load(&remote, git_reference_owner(branch), remote_name)) < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user