solver: fix indentation of package lists (in interactive mode)

broken in commit bfd53b59d2 (print: minor cleanup to indented writer).
cute-signatures
Timo Teräs 2011-10-29 23:43:50 +03:00
parent 500f8d4a7d
commit cb5054e686
1 changed files with 1 additions and 1 deletions

View File

@ -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