Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
9067d5af
Commit
9067d5af
authored
May 21, 2014
by
Alan Rogers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove errant whitespace.
parent
86c9d3da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/diff.c
+1
-1
No files found.
src/diff.c
View file @
9067d5af
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment