solver: fix indentation of package lists (in interactive mode)
broken in commit bfd53b59d2
(print: minor cleanup to indented writer).
cute-signatures
parent
500f8d4a7d
commit
cb5054e686
|
@ -1115,7 +1115,7 @@ static int dump_packages(struct apk_changeset *changeset,
|
|||
if (!cmp(change))
|
||||
continue;
|
||||
if (match == 0)
|
||||
printf("%s:\n ", msg);
|
||||
printf("%s:\n", msg);
|
||||
if (change->newpkg != NULL)
|
||||
name = change->newpkg->name;
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue