commit | 3269daab4db709d50d3f69c3e4eadfef49db4cbe | [log] [tgz] |
---|---|---|
author | Alex Johnston <acjohnston@google.com> | Wed Dec 04 16:59:19 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Dec 04 16:59:19 2019 +0000 |
tree | 01605cdf38c3aad211e59e3bf51ce2695d93bd50 | |
parent | 51ddd26933cf5d3c6db4dd7c9878b1c0f1cf546a [diff] | |
parent | 892db5fb332f77a799b9f0fc8ae0e64f8fc5c72a [diff] |
Merge "Replace setAutoTimeRequired and getAutoTimeRequired with setAutoTime and getAutoTime"
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.