commit | f6f6eb8c4103738f5f09b6102d4d08b9aef580bd | [log] [tgz] |
---|---|---|
author | Justin Paupore <jpaupore@google.com> | Wed Jun 19 09:50:24 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 19 09:50:24 2019 -0700 |
tree | 3f12e2bce642b6644bd1f53f908b23ec9be12426 | |
parent | ad69177761c6453721fb617cfe84af2462d69c82 [diff] | |
parent | 845b5a2779b8eb91d003b99d7bb3233f30fba2f5 [diff] |
Merge "Fix CarProjectionManagerTest." into qt-dev am: 845b5a2779 Change-Id: I9af19f7a0f94197091c65cba488f88ef7b4f577e
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.