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:
Junio C Hamano
2011-08-25 14:46:52 -07:00
parent f877fd825e
commit cd2b8ae983
4 changed files with 4 additions and 4 deletions

View File

@ -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;