commit | 91176d368d93a2345fef7dd2ab32831a95a91b7f | [log] [tgz] |
---|---|---|
author | Haoxiang Li <haoxiangl@google.com> | Sat Aug 01 02:50:16 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Aug 01 02:50:16 2020 +0000 |
tree | 2f6ab85563a063ec3ba4c74d0abed208cd7f63ba | |
parent | 5b1041c52a64392105ac38c245e347e3a07b11b3 [diff] | |
parent | 1bbd25229ad920dc5600fbf0c449923bd598a3fe [diff] |
Merge "Update the core_lib from g3 cl/324068941 updated."
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.