Commit f68446fd authored by Jonas Svedberg's avatar Jonas Svedberg
Browse files

clang format

parent cde83e55
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -681,9 +681,11 @@ int16_t quantize_sns(
                    int16_t nC; /* nCandidates */
                    int16_t tcx = ( nSubframes == 1 ) ? 20 : 10;
#ifdef ERI_SNSVQ_ROMOPT
                    sprintf( v, "ERI_Tcx%d", tcx ); nC = 3;
                    sprintf( v, "ERI_Tcx%d", tcx );
                    nC = 3;
#else
                    sprintf( v, "BSL_Tcx%d", tcx ); nC = 3;
                    sprintf( v, "BSL_Tcx%d", tcx );
                    nC = 3;
#endif
                    if ( sns_stereo_mode[ch] == 0 )
                    {