]> asedeno.scripts.mit.edu Git - git.git/commitdiff
revision.c: whitespace fix
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Aug 2008 05:17:13 +0000 (22:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Aug 2008 07:33:14 +0000 (00:33 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c

index e75079a6e1316c74b4dff702170134dc7559898f..71f0bea899eda0998268db3b50494876f1e20ddf 100644 (file)
@@ -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;