revision.c: whitespace fix
[gitweb.git] / 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;