mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
conf.c: remove extra indentation
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
b0dc547fcb
commit
b26432dbdb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user