commit | 0bbc4aa61fa5a199a7546db28270f472aec4030b | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Fri Dec 22 13:23:08 2017 -0800 |
committer | Mikhail Naganov <mnaganov@google.com> | Wed Jan 17 09:31:57 2018 -0800 |
tree | c9b73fcb1e5b4c36c4f7c20c0d863921663b8f3c | |
parent | 882d2377ecc0ec2487f2d8349bb72b32e91ba933 [diff] |
soundtrigger: Apply clang-format to 2.0 default implementation The implementation needs to be updated to become extensible. The current coding style is not consistent with the style required for hardware/interfaces. Reformatted with: clang-format -style=file -i <...>/SoundTriggerHalImpl.* No manual changes. Bug: 68823037 Change-Id: I5f5cbb599190a515dec8afe9026ca835b8fd20fa Test: make