diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2017-03-23 09:46:22 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2017-03-23 09:46:22 +0000 |
commit | b53d834fcaf278739d20a9fe155b73cb04744069 (patch) | |
tree | a66baa334cd9f1f6c9e37522f469cff48376e316 | |
parent | 6d354747acf9f76200355b79907c1f370d29e8d6 (diff) | |
download | libgit2-b53d834fcaf278739d20a9fe155b73cb04744069.tar.gz |
merge: indentation fixup
-rw-r--r-- | src/merge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merge.c b/src/merge.c index 2a8fc7fa6..968b55823 100644 --- a/src/merge.c +++ b/src/merge.c @@ -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; } |