From b26432dbdbe7afdaa0743f6509cc69e1c7007981 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Mon, 24 Mar 2014 09:59:43 -0400 Subject: conf.c: remove extra indentation Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- src/pacman/conf.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/pacman/conf.c b/src/pacman/conf.c index f75f3a76..0e483f77 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -93,10 +93,9 @@ config_t *config_new(void) { config_t *newconfig = calloc(1, sizeof(config_t)); if(!newconfig) { - pm_printf(ALPM_LOG_ERROR, - _("malloc failure: could not allocate %zd bytes\n"), - sizeof(config_t)); - return NULL; + pm_printf(ALPM_LOG_ERROR, + _("malloc failure: could not allocate %zd bytes\n"), sizeof(config_t)); + return NULL; } /* defaults which may get overridden later */ newconfig->op = PM_OP_MAIN; -- cgit v1.2.3-54-g00ecf