Commit 2bc5cc8a authored by Manuel Jander's avatar Manuel Jander
Browse files

clang format

parent 9f365e7a
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1326,7 +1326,8 @@ static void estDownmixGain_fx(
    currentGain_e = s_min( 16, norm_l( temp32 ) );
    currentGain = round_fx( L_shl( temp32, currentGain_e ) );
    currentGain_e = sub( 16, currentGain_e );
    if ( temp32 == 0 ) {
    if ( temp32 == 0 )
    {
        currentGain_e = -15;
        move16();
    }