res_fax_spandsp.c: Clean up a spaces/tabs issue

(cherry picked from commit f7e1f1fbbd)
This commit is contained in:
zhou_jiajian 2023-05-26 09:53:19 +08:00 committed by Asterisk Development Team
parent f971db6685
commit 3ad8ab6d52
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}