commit | a3d9b85a7f05844ec9ba837aae8b18b95f82aa0c | [log] [tgz] |
---|---|---|
author | Jim Kaye <jameskaye@google.com> | Fri Dec 20 16:50:20 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Dec 20 16:50:20 2019 +0000 |
tree | b16bceccc0bad2f6b9e802d61b7ea29107bef5c2 | |
parent | b31d31a15d16ed5b2a6691b8e373a2b42aac7051 [diff] | |
parent | dab62d83df2b76b215b4c32e43001e7063707ff0 [diff] |
Merge "Allow "suspend" after a "shutdown" command is canceled"
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.