diff options
author | Alan Rogers <alan@github.com> | 2014-05-21 23:13:24 +1000 |
---|---|---|
committer | Alan Rogers <alan@github.com> | 2014-05-21 23:13:24 +1000 |
commit | 9067d5af4a05086761ea0df08e9ac825214f1bc4 (patch) | |
tree | 972e1f7ebec5ac53b539310262ec8fcfe1316ed3 /src/diff.c | |
parent | 86c9d3dae2561405ec98506e6e72bf845c8315c1 (diff) | |
download | libgit2-9067d5af4a05086761ea0df08e9ac825214f1bc4.tar.gz |
Remove errant whitespace.
Diffstat (limited to 'src/diff.c')
-rw-r--r-- | src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c index c169bdacd..6da983eae 100644 --- a/src/diff.c +++ b/src/diff.c @@ -945,7 +945,7 @@ static int handle_unmatched_new_item( /* if directory is empty, can't advance into it, so either skip * it or ignore it */ - if (contains_oitem ) + if (contains_oitem) return git_iterator_advance(&info->nitem, info->new_iter); delta_type = GIT_DELTA_IGNORED; } |