commit | 411622277ae0e87fa81a10a2a965f76ea4d51022 | [log] [tgz] |
---|---|---|
author | Dan Harms <danharms@google.com> | Mon Jan 25 22:37:53 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jan 25 22:37:53 2021 +0000 |
tree | ab3b100f066f57d40a6c233a33e9bdd858a170c4 | |
parent | 220206255164d5fb29d63659194409ef512cf061 [diff] | |
parent | 5ee3970ba5f4075bd66231a6a59ee4c07fdcc092 [diff] |
Merge "Remove unused file" into rvc-qpr-dev
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.