diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2012-10-26 20:22:48 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 06:16:15 +0100 |
commit | a459156a4e727d0e9354ec2b9c8a9cea4304f4ee (patch) | |
tree | f457f970540218a60d3b47f12fe433871b69d410 /src/util | |
parent | d9e8197e60a6ffea1fd470aa746f6cc4849dac72 (diff) | |
download | pacman-a459156a4e727d0e9354ec2b9c8a9cea4304f4ee.tar.gz pacman-a459156a4e727d0e9354ec2b9c8a9cea4304f4ee.tar.xz |
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 <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/pactree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |