Commit 9a82740c authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Add clang format off to a critical section.

parent bf2d1cee
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1666,6 +1666,9 @@ ivas_error ivas_init_decoder_fx(
    }

#ifdef FIX_1318_ROOM_SIZE_CMD_LINE
// clang-format off
    /* This section is correctly formatted but clang-format in CI messes this up. Can probably be removed with accepted switches */

    /*--------------------------------------------------------------------------*
     * Allocate and initialize HRTF Statistics handle, get default reverb values
     *--------------------------------------------------------------------------*/
@@ -1741,6 +1744,7 @@ ivas_error ivas_init_decoder_fx(
                return error;
            }
        }
// clang-format on
#endif
    }