diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-21 01:15:32 +0100 |
| commit | e60bb3e51bd1508b149e6b8f6608f09b5196ae26 (patch) | |
| tree | a7a5b937c9ae138d4eebca8d5130d308bf9ae420 /test/audio_buffers_test.cc | |
| parent | f07d5125a7b609320682689abe40781f096ca25e (diff) | |
No-op: remove all trailing whitespace.
Diffstat (limited to 'test/audio_buffers_test.cc')
| -rw-r--r-- | test/audio_buffers_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/audio_buffers_test.cc b/test/audio_buffers_test.cc index 15f918470..044a4c22c 100644 --- a/test/audio_buffers_test.cc +++ b/test/audio_buffers_test.cc @@ -98,7 +98,7 @@ BOOST_AUTO_TEST_CASE (audio_buffers_make_silent_test) random_fill (buffers); buffers.make_silent (); - + for (int i = 0; i < 9933; ++i) { for (int c = 0; c < 9; ++c) { BOOST_CHECK_EQUAL (buffers.data(c)[i], 0); @@ -248,7 +248,7 @@ BOOST_AUTO_TEST_CASE (audio_buffers_move) for (int i = 0; i < from * 7; ++i) { random_float (); } - + random_check (buffers, to, frames); } @@ -258,7 +258,7 @@ BOOST_AUTO_TEST_CASE (audio_buffers_accumulate_channel) AudioBuffers a (3, 256); srand (38); random_fill (a); - + AudioBuffers b (3, 256); random_fill (b); @@ -283,7 +283,7 @@ BOOST_AUTO_TEST_CASE (audio_buffers_accumulate_frames) AudioBuffers a (3, 256); srand (38); random_fill (a); - + AudioBuffers b (3, 256); random_fill (b); |
