commit | a1c8700e71a7e7330312987b2208416c5c6101af | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Mon Oct 26 13:36:34 2020 +0100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Mon Oct 26 15:52:45 2020 +0100 |
tree | 32af861274c9b2ee85fe34f46561a99be525d3c9 | |
parent | 7ebc9e6cd61d5b167ccccbea85f42387370f51a7 [diff] |
f2fs_utils: format files Format *.c according to the new .clang-format. The following command was used to generate this change: $ find . \( -name \*.c -o -name \*.h \) -exec clang-format \ --style=file -i {} \; Test: mm Bug: 171699326 Change-Id: I7b11cd2605b266a31cb10388a39f849711cf23c9