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))
|
if (!cmp(change))
|
||||||
continue;
|
continue;
|
||||||
if (match == 0)
|
if (match == 0)
|
||||||
printf("%s:\n ", msg);
|
printf("%s:\n", msg);
|
||||||
if (change->newpkg != NULL)
|
if (change->newpkg != NULL)
|
||||||
name = change->newpkg->name;
|
name = change->newpkg->name;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue