summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/sync.c')
-rw-r--r--src/pacman/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 5c6c7ac5..c4932e89 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -214,7 +214,7 @@ static int sync_search(list_t *syncs, list_t *targets)
(char *)alpm_pkg_getinfo(pkg, PM_PKG_VERSION),
(group ? " (" : ""), (group ? group : ""), (group ? ") " : ""));
indentprint((char *)alpm_pkg_getinfo(pkg, PM_PKG_DESC), 4);
- printf("\n");
+ printf("\n\n");
}
alpm_list_free_outer(ret);
} else {