Fix "braces recommended" warning in audio_conference_mixer.
Review URL: http://webrtc-codereview.appspot.com/131014 git-svn-id: http://webrtc.googlecode.com/svn/trunk@539 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
f6478958a4
commit
b44172dab9
@ -260,7 +260,7 @@ WebRtc_Word32 AudioConferenceMixerImpl::Process()
|
||||
// Clear mixedParticipantsMap to avoid memory leak warning.
|
||||
// Please note that the mixedParticipantsMap doesn't own any dynamically
|
||||
// allocated memory.
|
||||
while(mixedParticipantsMap.Erase(mixedParticipantsMap.First()) == 0);
|
||||
while(mixedParticipantsMap.Erase(mixedParticipantsMap.First()) == 0) {}
|
||||
|
||||
// Get an AudioFrame for mixing from the memory pool.
|
||||
AudioFrame* mixedAudio = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user