Index: webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
index 55623a2ff3ab8cb3e35c3378d141337a44e97cd0..d71decc67c8938625fb6a30d200500d71dffcb28 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h |
@@ -32,9 +32,9 @@ int WebRtcIsacfix_EstimateBandwidth(BwEstimatorstr* bwest_str, |
uint32_t send_ts, |
uint32_t arr_ts); |
-int16_t WebRtcIsacfix_DecodeImpl(int16_t* signal_out16, |
- IsacFixDecoderInstance* ISACdec_obj, |
- int16_t* current_framesamples); |
+int WebRtcIsacfix_DecodeImpl(int16_t* signal_out16, |
+ IsacFixDecoderInstance* ISACdec_obj, |
+ int16_t* current_framesamples); |
void WebRtcIsacfix_DecodePlcImpl(int16_t* decoded, |
IsacFixDecoderInstance* ISACdec_obj, |