From d97f357f03728c66edc2236386df51ace624e10b Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 31 Jan 2007 08:30:15 +0000 Subject: Removed the extra newline based on general opinion --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3-24-g4f1b