diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-31 22:17:13 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-02 00:33:14 -0700 |
commit | 60d30b02fc188da269da094df8bc67139ad6eb04 (patch) | |
tree | 72f4798bd57e5a87ac06e049c3b19dcf860c72a5 /revision.c | |
parent | 2b603260f325b895baa20867bd45c8e251f19b78 (diff) | |
download | git-60d30b02fc188da269da094df8bc67139ad6eb04.tar.gz git-60d30b02fc188da269da094df8bc67139ad6eb04.tar.xz |
revision.c: whitespace fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.c')
-rw-r--r-- | revision.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/revision.c b/revision.c index e75079a6e..71f0bea89 100644 --- a/revision.c +++ b/revision.c @@ -489,7 +489,7 @@ static int add_parents_to_list(struct rev_info *revs, struct commit *commit, p->object.flags |= SEEN; insert_by_date_cached(p, list, cached_base, cache_ptr); } - if(revs->first_parent_only) + if (revs->first_parent_only) break; } return 0; |