commit | 081bd1a2d6e25c2a03a6b5c1909c1eec013fb0f9 | [log] [tgz] |
---|---|---|
author | Yao, Yuxing <yaoyx@google.com> | Mon Jun 24 16:51:44 2019 -0700 |
committer | Yao, Yuxing <yaoyx@google.com> | Mon Jun 24 16:54:31 2019 -0700 |
tree | feca1523f8d0b3c5c4871079e320d32c2557785a | |
parent | 377bdd6f3359e36b3628407385c674adfb6ce72f [diff] |
Fix typo in constant name. Bug: 135951152 Test: m CarService -j Change-Id: Ied10c9ab327ef13a9b3a6c319a754ed1e262672a
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.