diff options
author | dalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 01:35:42 +0000 |
---|---|---|
committer | dalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 01:35:42 +0000 |
commit | e156dc846abdf0ae75bd4d08c9aae3bec4073137 (patch) | |
tree | 3f6bb34f69973bd986929a57caa0a83382480078 | |
parent | cd6a46023ad9123af10d82201e46627c99fde288 (diff) | |
download | chromium_src-e156dc846abdf0ae75bd4d08c9aae3bec4073137.zip chromium_src-e156dc846abdf0ae75bd4d08c9aae3bec4073137.tar.gz chromium_src-e156dc846abdf0ae75bd4d08c9aae3bec4073137.tar.bz2 |
White space change.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169813 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | media/audio/win/audio_manager_win.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media/audio/win/audio_manager_win.cc b/media/audio/win/audio_manager_win.cc index 9ad7f31..5682925 100644 --- a/media/audio/win/audio_manager_win.cc +++ b/media/audio/win/audio_manager_win.cc @@ -50,9 +50,8 @@ namespace media { // Maximum number of output streams that can be open simultaneously. static const int kMaxOutputStreams = 50; -// Up to 8 channels can be passed to the driver. -// This should work, given the right drivers, but graceful error handling is -// needed. +// Up to 8 channels can be passed to the driver. This should work, given the +// right drivers, but graceful error handling is needed. static const int kWinMaxChannels = 8; // We use 3 buffers for recording audio so that if a recording callback takes |