From 8196811e2ebb1382bca1fac551fdd3e34b832bce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 10 Jan 2015 12:00:36 +0100 Subject: [PATCH] lib/repo.c: indent previous. --- lib/repo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/repo.c b/lib/repo.c index 17227f90..c458e13f 100644 --- a/lib/repo.c +++ b/lib/repo.c @@ -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); }