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:
parent
d9e8197e60
commit
a459156a4e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user