whitespace: have SP on both sides of an assignment "="
I've deliberately excluded the borrowed code in compat/nedmalloc directory. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
2
commit.c
2
commit.c
@ -515,7 +515,7 @@ void sort_in_topological_order(struct commit_list ** list, int lifo)
|
||||
|
||||
commit = work_item->item;
|
||||
for (parents = commit->parents; parents ; parents = parents->next) {
|
||||
struct commit *parent=parents->item;
|
||||
struct commit *parent = parents->item;
|
||||
|
||||
if (!parent->indegree)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user