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-Tag: 21.0.0-pre1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8311f9a6282cb112346612250d3b7c213b8256;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; }