From cb5054e68627ee299c7fdc73e5b8b3d744f79fbe Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Sat, 29 Oct 2011 23:43:50 +0300 Subject: solver: fix indentation of package lists (in interactive mode) broken in commit bfd53b59d2e62e17 (print: minor cleanup to indented writer). --- src/solver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/solver.c b/src/solver.c index 8718423..1dfd2dc 100644 --- a/src/solver.c +++ b/src/solver.c @@ -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 -- cgit v1.2.3-70-g09d2