mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 01:20:53 +00:00
merge: indentation fixup
This commit is contained in:
parent
6d354747ac
commit
b53d834fca
@ -2032,7 +2032,7 @@ int git_merge_trees(
|
|||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
if ((error = git_index_new(out)) == 0)
|
if ((error = git_index_new(out)) == 0)
|
||||||
error = git_index_read_tree(*out, result);
|
error = git_index_read_tree(*out, result);
|
||||||
|
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user