summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 7af51daa..bc514278 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -393,6 +393,7 @@ void display_targets(const alpm_list_t *syncpkgs, pmdb_t *db_local)
FREELIST(to_remove);
printf(_("Total Removed Size: %.2f MB\n"), mbrsize);
+ printf("\n");
}
list_display(_("Targets:"), targets);