Commit 1950b687 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent f4841292
Loading
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -541,8 +541,7 @@ static void biDiagonalReductionLeft(
    const int16_t nChannelsL,
    const int16_t nChannelsC,
    const int16_t currChannel,
    float *g
)
    float *g )
{
    int16_t iCh, jCh;
    float norm_x, f, r;
@@ -672,8 +671,7 @@ static void biDiagonalReductionRight(
    const int16_t nChannelsL,
    const int16_t nChannelsC,
    const int16_t currChannel,
    float *g
)
    float *g )
{
    int16_t iCh, jCh, idx;
    float norm_x, r;