]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_fax_spandsp.c: Clean up a spaces/tabs issue
authorzhou_jiajian <zhou_0611@163.com>
Fri, 26 May 2023 01:53:19 +0000 (09:53 +0800)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 10 Jul 2023 11:49:48 +0000 (11:49 +0000)
(cherry picked from commit f7e1f1fbbde437237fe21ec9ab45676e55fe89f7)

res/res_fax_spandsp.c

index 24fcff53958af1411c2a5d697418bd230270d09e..19be6eced557a21bc00f2e59a2d2064cb9ff2033 100644 (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;
        }