Undo changes to unrelated files and fix formatting

This commit is contained in:
Daniel Lim Wee Soong 2018-03-25 00:54:40 +08:00
parent df816b5eaf
commit 38e2b6c8d8
5 changed files with 7 additions and 10 deletions

View file

@ -323,8 +323,7 @@ bool Source::DequeueBuffer() {
}
NGLOG_TRACE(Audio_DSP, "source_id={} buffer_id={} from_queue={} current_buffer.size()={}",
source_id, buf.buffer_id, buf.from_queue,
state.current_buffer.size());
source_id, buf.buffer_id, buf.from_queue, state.current_buffer.size());
return true;
}