commit | be5e349c3491a8fa46b918fafb59612a8900e54e | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Fri Oct 18 13:15:14 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Oct 18 13:15:14 2019 -0700 |
tree | 3b21daf4a6effea4b9d243e996b0e19e797394bc | |
parent | a040b3ec81875da1e5ce26c3504cc63f071dc17f [diff] | |
parent | b6930718dabd95da75f68757afe1cc9c2ef9f8e6 [diff] |
[automerger skipped] Merge changes from topic "user_templates" into qt-qpr1-dev am: 50c6e83b4a am: b6930718da -s ours am skip reason: change_id I3a76c7b5c52488aa93cd8ca65ef32ece896954d4 with SHA1 8af6b463f1 is in history Change-Id: Ie938c3c279db32debf219f5ccc863cfa2bc6aeca
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.