From: zhou_jiajian Date: Fri, 26 May 2023 01:53:19 +0000 (+0800) Subject: res_fax_spandsp.c: Clean up a spaces/tabs issue X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1f8dac6be1e8f528f2c7f277f05bba6a6721fd5;p=thirdparty%2Fasterisk.git res_fax_spandsp.c: Clean up a spaces/tabs issue --- diff --git a/res/res_fax_spandsp.c b/res/res_fax_spandsp.c index 24fcff5395..19be6eced5 100644 --- a/res/res_fax_spandsp.c +++ b/res/res_fax_spandsp.c @@ -468,7 +468,7 @@ static void set_logging(logging_state_t *state, struct ast_fax_session_details * { int level = SPAN_LOG_WARNING; - if (details->option.debug) { + if (details->option.debug) { level = SPAN_LOG_DEBUG_3; }