commit | 2d5e37db38d8e051b1dc767c884235bbdb590c27 | [log] [tgz] |
---|---|---|
author | Kai Wang <kwangsudo@google.com> | Fri Aug 13 20:19:53 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Aug 13 20:19:53 2021 +0000 |
tree | ed288395020474f4252d34d0367981e9b5aaf2d0 | |
parent | 44d1d53e0054e37bfd20f82d090df2663dc406ba [diff] | |
parent | 02dfc325dfe9f8bd8504bfd99e2243f6f7ad4875 [diff] |
Merge "Fix the javadoc link errors in VehiclePropertyIds" into sc-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.