commit | 59a477492f56d4c9873b5cb4281cf70c29107d8e | [log] [tgz] |
---|---|---|
author | felipeal <felipeal@google.com> | Tue Jun 02 17:39:32 2020 -0700 |
committer | felipeal <felipeal@google.com> | Tue Jun 02 18:14:57 2020 -0700 |
tree | 0dab01989059a2db5c51c6a004513b624545641b | |
parent | dfdf851953be723cae27ec4ac7ffd014c1951cae [diff] |
Created class (CommonResults) for common result statuses. Test: atest UserCreationResultTest Bug: 150413515 Change-Id: I04470878cd199534da739815895daab13a084ca3
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.