xbps-install: indentation.

This commit is contained in:
Juan RP 2014-09-07 09:34:33 +02:00
parent 05e7a59f03
commit 56ab438d3c

View File

@ -80,11 +80,11 @@ repo_import_key_cb(struct xbps_repo *repo, void *arg _unused, bool *done _unused
{ {
int rv; int rv;
if ((rv = xbps_repo_key_import(repo)) != 0) if ((rv = xbps_repo_key_import(repo)) != 0)
fprintf(stderr, "Failed to import pubkey from %s: %s\n", fprintf(stderr, "Failed to import pubkey from %s: %s\n",
repo->uri, strerror(rv)); repo->uri, strerror(rv));
return rv; return rv;
} }
int int