Commit b53d834f by Edward Thomson

merge: indentation fixup

parent 6d354747
...@@ -2032,7 +2032,7 @@ int git_merge_trees( ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment