1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-05 09:05:03 -05:00

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>
This commit is contained in:
Andrew Gregory 2012-10-26 14:22:48 -04:00 committed by Allan McRae
parent d9e8197e60
commit a459156a4e

View File

@ -336,7 +336,7 @@ static void print_text(const char *pkg, const char *provision,
tdepth *depth, int last) tdepth *depth, int last)
{ {
const char* tip = ""; const char* tip = "";
int level = 0; int level = 1;
if(!pkg && !provision) { if(!pkg && !provision) {
/* not much we can do */ /* not much we can do */
return; return;