From 0a5fa442f2be2bf58e99068933073bfd0adfc1ff Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 24 Dec 2013 11:08:48 +0100 Subject: [PATCH] bin/xbps-query/list.c: remove extra newline. --- bin/xbps-query/list.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/xbps-query/list.c b/bin/xbps-query/list.c index bbf46a92..1278fdb8 100644 --- a/bin/xbps-query/list.c +++ b/bin/xbps-query/list.c @@ -165,8 +165,6 @@ repo_list_uri_cb(struct xbps_repo *repo, void *arg _unused, bool *done _unused) printf(" Signed-by: %s\n", repo->signedby); if (repo->hexfp) printf(" %u %s\n", repo->pubkey_size, repo->hexfp); - } else { - printf("\n"); } return 0; }