lib/repo.c: indent previous.

This commit is contained in:
Juan RP 2015-01-10 12:00:36 +01:00
parent b09faadebc
commit 8196811e2e

View File

@ -180,7 +180,7 @@ xbps_repo_store(struct xbps_handle *xhp, const char *repo)
assert(xhp);
assert(repo);
if (xhp->repositories == NULL) {
if (xhp->repositories == NULL) {
xhp->repositories = xbps_array_create();
assert(xhp->repositories);
}