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/ACMTest.h b/webrtc/modules/audio_coding/main/test/ACMTest.h index e965671..7bd3c6c 100644 --- a/webrtc/modules/audio_coding/main/test/ACMTest.h +++ b/webrtc/modules/audio_coding/main/test/ACMTest.h
@@ -11,11 +11,10 @@ #ifndef ACMTEST_H #define ACMTEST_H -class ACMTest -{ -public: - virtual ~ACMTest() =0; - virtual void Perform() =0; +class ACMTest { + public: + virtual ~ACMTest() = 0; + virtual void Perform() = 0; }; #endif