Commit 9067d5af by Alan Rogers

Remove errant whitespace.

parent 86c9d3da
...@@ -945,7 +945,7 @@ static int handle_unmatched_new_item( ...@@ -945,7 +945,7 @@ static int handle_unmatched_new_item(
/* if directory is empty, can't advance into it, so either skip /* if directory is empty, can't advance into it, so either skip
* it or ignore it * it or ignore it
*/ */
if (contains_oitem ) if (contains_oitem)
return git_iterator_advance(&info->nitem, info->new_iter); return git_iterator_advance(&info->nitem, info->new_iter);
delta_type = GIT_DELTA_IGNORED; delta_type = GIT_DELTA_IGNORED;
} }
......
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