From dccd20d1b55d15afdc80ad987ff37023d323dc42 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 3 May 2016 22:40:33 +0200 Subject: fix tab-space mixed indentation No code change Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell --- apps/apps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/apps.c') diff --git a/apps/apps.c b/apps/apps.c index 60a2728556..537d43ab35 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -570,9 +570,9 @@ int app_load_modules(const CONF *config) CONF *to_free = NULL; if (config == NULL) - config = to_free = app_load_config_quiet(default_config_file); + config = to_free = app_load_config_quiet(default_config_file); if (config == NULL) - return 1; + return 1; if (CONF_modules_load(config, NULL, 0) <= 0) { BIO_printf(bio_err, "Error configuring OpenSSL modules\n"); -- cgit v1.2.3