From a459156a4e727d0e9354ec2b9c8a9cea4304f4ee Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Fri, 26 Oct 2012 14:22:48 -0400 Subject: pactree: unindent first limb Removing the leader for the toplevel package shifted the name left but not it's limb. Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/util/pactree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/pactree.c b/src/util/pactree.c index 7b8fd93d..0c1710f6 100644 --- a/src/util/pactree.c +++ b/src/util/pactree.c @@ -336,7 +336,7 @@ static void print_text(const char *pkg, const char *provision, tdepth *depth, int last) { const char* tip = ""; - int level = 0; + int level = 1; if(!pkg && !provision) { /* not much we can do */ return; -- cgit v1.2.3-54-g00ecf