commit | d5726a1286ce53c47ebd2d21d61b2772fc24aaed | [log] [tgz] |
---|---|---|
author | tina.legrand@webrtc.org <tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri May 03 07:34:12 2013 +0000 |
committer | tina.legrand@webrtc.org <tina.legrand@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri May 03 07:34:12 2013 +0000 |
tree | 1c6cbce92b36f873cb33bfc367e0143b91c16d01 | |
parent | 03efc89151725efeee622fa86ff24c4affcf521d [diff] [blame] |
Formatting ACM tests Pure formatting of all files located in /webrtc/modules/audio_coding/main/test/ Smaller manual modifications done after using Eclipse formatting tool, like wrapping long lines (mostly comments). BUG=issue1024 Review URL: https://webrtc-codereview.appspot.com/1342004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3946 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/main/test/TestAllCodecs.h b/webrtc/modules/audio_coding/main/test/TestAllCodecs.h index ef91913..8cde8cf 100644 --- a/webrtc/modules/audio_coding/main/test/TestAllCodecs.h +++ b/webrtc/modules/audio_coding/main/test/TestAllCodecs.h
@@ -35,7 +35,7 @@ void reset_payload_size(); private: - AudioCodingModule* receiver_acm_; + AudioCodingModule* receiver_acm_; uint16_t sequence_number_; uint8_t payload_data_[60 * 32 * 2 * 2]; uint32_t timestamp_diff_;