Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65034755 authored by Antoine Soulier's avatar Antoine Soulier Committed by Jakub Pawlowski
Browse files

fix warning on suggest braces

Test: compilation
Bug: 150670922
Change-Id: Icc5c0f576b1d537d1cf16853a79a1b97201d82ab
parent 586f2d0c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ void lc3_tns_analyze(enum lc3_dt dt, enum lc3_bandwidth bw,
void lc3_tns_synthesize(enum lc3_dt dt, enum lc3_bandwidth bw,
    const struct lc3_tns_data *data, float *x)
{
    float rc[2][8] = { 0 };
    float rc[2][8] = { };

    for (int f = 0; f < data->nfilters; f++)
        if (data->rc_order[f])