graph API: fix extra space during pre_commit_line state
commit36a31feae23ac45a130fa38b2934a74e4e7156b4
authorAllan Caffee <allan.caffee@gmail.com>
Wed, 22 Apr 2009 19:52:13 +0000 (22 15:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2009 00:48:42 +0000 (22 17:48 -0700)
tree849ab5e8909e31c2f8ad39130f4e6ca45b4bc82a
parent7b1d6269eebb0701c287d3ed8732384c115d2e1f
graph API: fix extra space during pre_commit_line state

An extra space is being inserted between the "commit" column and all of
the successive edges.  Remove this space.  This regression was
introduced by 427fc5b.

Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
graph.c