commit | 0a106c78df09c54615e02b99c0ccd0535ed47e6f | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Thu Oct 31 18:15:46 2019 -0700 |
committer | David Su <dysu@google.com> | Mon Nov 04 20:19:49 2019 +0000 |
tree | e91a995d339f6708a853763c224f7d05dd400485 | |
parent | b0499191d12109573f432db18cb145a12d784bfb [diff] |
Rename WIFI_P2P_PERSISTENT_GROUPS_CHANGED_ACTION Renamed WIFI_P2P_PERSISTENT_GROUPS_CHANGED_ACTION to ACTION_WIFI_P2P_PERSISTENT_GROUPS_CHANGED to conform to naming conventions. Bug: 143892817 Test: compiles Change-Id: I723c9f60a35b55464cb611c5a908f9a6051e33ff
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.