webrtc/common_audio/vad
Yves Gerey 665174fdbb Reformat the WebRTC code base
Running clang-format with chromium's style guide.

The goal is n-fold:
 * providing consistency and readability (that's what code guidelines are for)
 * preventing noise with presubmit checks and git cl format
 * building on the previous point: making it easier to automatically fix format issues
 * you name it

Please consider using git-hyper-blame to ignore this commit.

Bug: webrtc:9340
Change-Id: I694567c4cdf8cee2860958cfe82bfaf25848bb87
Reviewed-on: https://webrtc-review.googlesource.com/81185
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23660}
2018-06-19 14:00:39 +00:00
..
include Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
mock Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vad.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vad_core.c Replacing undefined left shifts with multiplication. 2017-10-31 09:43:02 +00:00
vad_core.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_core_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad_filterbank.c Replace left shift with equivalent multiplication. 2017-11-07 14:47:05 +00:00
vad_filterbank.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_filterbank_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_gmm.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad_gmm.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad_gmm_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad_sp.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
vad_sp.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_sp_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vad_unittest.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
webrtc_vad.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00