diff options
-rw-r--r-- | src/pacman/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 9d62da22..71545ebc 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -263,7 +263,7 @@ static int sync_search(alpm_list_t *syncs, alpm_list_t *targets) } indentprint(alpm_pkg_get_desc(pkg), 4); - printf("\n\n"); + printf("\n"); } alpm_list_free(ret); } else { |