Micro change suggested by internal style tool.

BUG=None
TBR=philipel@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2707973009
Cr-Commit-Position: refs/heads/master@{#16789}
This commit is contained in:
aleloi
2017-02-23 01:16:14 -08:00
committed by Commit bot
parent b681aabdfc
commit 61a2b1bd6c

View File

@ -97,7 +97,7 @@ void FrameCombiner::Combine(const std::vector<AudioFrame*>& mix_list,
-1, 0, nullptr, samples_per_channel, sample_rate, AudioFrame::kUndefined,
AudioFrame::kVadUnknown, number_of_channels);
if (mix_list.size() == 0) {
if (mix_list.empty()) {
CombineZeroFrames(audio_frame_for_mixing);
} else if (mix_list.size() == 1) {
CombineOneFrame(mix_list.front(), audio_frame_for_mixing);