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