commit | d637ec3e1a7d00cb04de92629eb3b0a192c3b5a8 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Fri Oct 23 16:35:37 2020 +0200 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Mon Oct 26 15:51:07 2020 +0100 |
tree | 1ad8c803b23d3c84a0fa8480824d134645477576 | |
parent | 7ebc9e6cd61d5b167ccccbea85f42387370f51a7 [diff] |
alloc-stress: format files Format *.cpp according to the new .clang-format. The following command was used to generate this change: $ find . \( -name \*.cpp -o -name \*.h \) -exec clang-format \ --style=file -i {} \; Test: mm Bug: 171699326 Change-Id: I98b1cd32663fa4b8ffae3c5e74d2db0ec862e144