merge: indentation fixup

This commit is contained in:
Edward Thomson 2017-03-23 09:46:22 +00:00
parent 6d354747ac
commit b53d834fca

View File

@ -2032,7 +2032,7 @@ int git_merge_trees(
if (result) {
if ((error = git_index_new(out)) == 0)
error = git_index_read_tree(*out, result);
error = git_index_read_tree(*out, result);
return error;
}