commit | c4df408d738060cb996554918412abb0c09e6828 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Feb 19 09:06:30 2021 -0800 |
committer | Linux Build Service Account <lnxbuild@localhost> | Fri Feb 19 09:06:30 2021 -0800 |
tree | 1bd61629a603622ec1f60ee173a1399f49030d78 | |
parent | 6802cad41993d3ddd753c748fc7140e2c070fede [diff] | |
parent | 5b7c34e13c926fa90741a65fd031dcd827b63605 [diff] |
Merge 5b7c34e13c926fa90741a65fd031dcd827b63605 on remote branch Change-Id: I1668f792c3e85b9a36302cb5d6b9b7873e9a7cb8
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.