commit | 47b1e245ef5191fa46bb5a1e3d862ccb3cc9500e | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Mon Dec 21 13:41:36 2020 -0800 |
committer | Eric Jeong <ericjeong@google.com> | Mon Dec 21 13:45:46 2020 -0800 |
tree | c0dfdaf14429a7c50636ef64ea244ffbfaa261e0 | |
parent | 0454806a76c5a09b946beec30f02cfb6372487da [diff] |
Log to Slog - part III Bug: 150470825 Test: build okay Change-Id: Ibd3b6ebc3d410a17ce1d6dd470e496b6f3a88803
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.