commit | ac3afdffceea6c42b18b01fd08a0c34c7b5d069b | [log] [tgz] |
---|---|---|
author | Curtis Belmonte <curtislb@google.com> | Wed Jul 29 17:41:48 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 29 17:41:48 2020 +0000 |
tree | 5f33541c769db20e05535952a7e7ed766b3d2086 | |
parent | 60d482583fdc43b6d36a5d4daa1921f676b91319 [diff] | |
parent | 5cc1ba2f7f38653961d8c311c19a1f9135c74a59 [diff] |
Merge "Update language to comply with Android's inclusive language guidance"
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.