bin/xbps-query/list.c: remove extra newline.

This commit is contained in:
Juan RP 2013-12-24 11:08:48 +01:00
parent e4b2193786
commit 0a5fa442f2

View File

@ -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;
}