]> err.no Git - util-linux/commitdiff
lib: [tt] fix alignment of the last tree child
authorKarel Zak <kzak@redhat.com>
Thu, 16 Dec 2010 11:12:43 +0000 (12:12 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 16 Dec 2010 11:12:43 +0000 (12:12 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/tt.c

index f371a93af0cc28d71f95aa4d5b5cd99c61d02a82..1043ee32c9c10d11f70ecfe48c92e5908cb64480 100644 (file)
--- a/lib/tt.c
+++ b/lib/tt.c
@@ -317,7 +317,7 @@ static char *line_get_ascii_art(struct tt_line *ln, char *buf, size_t *bufsz)
                return NULL;
 
        if (list_last_entry(&ln->ln_children, &ln->parent->ln_branch))
-               art = " ";
+               art = "  ";
        else
                art = ln->table->symbols->vert;