Index: webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c b/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c |
index f0ae07e132d156c4b0d84d485dd453b7f4495d9f..d0c59d687851708402e05f74fd84198a32113cb6 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c |
@@ -27,9 +27,9 @@ |
-int 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) |
{ |
int k; |
int err; |