Skip to content

Commit b53d834

Browse files
committed
merge: indentation fixup
1 parent 6d35474 commit b53d834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/merge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ int git_merge_trees(
20322032

20332033
if (result) {
20342034
if ((error = git_index_new(out)) == 0)
2035-
error = git_index_read_tree(*out, result);
2035+
error = git_index_read_tree(*out, result);
20362036

20372037
return error;
20382038
}

0 commit comments

Comments
 (0)