Skip to content

Commit 60d30b0

Browse files
committed
revision.c: whitespace fix
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2b60326 commit 60d30b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revision.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ static int add_parents_to_list(struct rev_info *revs, struct commit *commit,
489489
p->object.flags |= SEEN;
490490
insert_by_date_cached(p, list, cached_base, cache_ptr);
491491
}
492-
if(revs->first_parent_only)
492+
if (revs->first_parent_only)
493493
break;
494494
}
495495
return 0;

0 commit comments

Comments
 (0)