From 9b8311f9a6282cb112346612250d3b7c213b8256 Mon Sep 17 00:00:00 2001 From: zhou_jiajian Date: Fri, 26 May 2023 09:53:19 +0800 Subject: [PATCH] res_fax_spandsp.c: Clean up a spaces/tabs issue --- res/res_fax_spandsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }