commit | 60d30b02fc188da269da094df8bc67139ad6eb04 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jul 31 22:17:13 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Aug 02 00:33:14 2008 -0700 |
tree | 72f4798bd57e5a87ac06e049c3b19dcf860c72a5 | |
parent | 2b603260f325b895baa20867bd45c8e251f19b78 [diff] [blame] |
revision.c: whitespace fix Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/revision.c b/revision.c index e75079a..71f0bea 100644 --- a/revision.c +++ b/revision.c
@@ -489,7 +489,7 @@ 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;