summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-31 09:30:15 +0100
committerAaron Griffin <aaron@archlinux.org>2007-01-31 09:30:15 +0100
commitd97f357f03728c66edc2236386df51ace624e10b (patch)
tree01e7269f3453a6f46ffe6bf8c56880869f119572 /src
parent21729f0ce49ce368aa40eafe42faf0df4fa89311 (diff)
downloadpacman-d97f357f03728c66edc2236386df51ace624e10b.tar.gz
pacman-d97f357f03728c66edc2236386df51ace624e10b.tar.xz
Removed the extra newline based on general opinion
Diffstat (limited to 'src')
-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 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 {