commit | e8643c0d08126d336fc5b5978a6dbc4c33af06f1 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Oct 27 00:06:24 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Oct 27 00:06:24 2020 +0000 |
tree | 6bd1d47606bbbbda400ae896295bfe7c73aea771 | |
parent | fd051a68cf1f9fb2031a9e1c8308a2fa753ac3d1 [diff] | |
parent | a93c693e77c288ea19f10fab83f86607bc79f2f9 [diff] |
Merge "Minor refactorings on CarUserServiceTest."
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.