res_fax_spandsp.c: Clean up a spaces/tabs issue

This commit is contained in:
zhou_jiajian 2023-05-26 09:53:19 +08:00 committed by asterisk-org-access-app[bot]
parent b2c75ea7f3
commit 9b8311f9a6
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;
}