]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 12 Jun 2023 17:19:28 +0000 (17:19 +0000)
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;
        }