commit | 358f74151fbd2abbfa013b115173a7962f795289 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Mon Oct 26 13:42:59 2020 +0100 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Mon Oct 26 15:53:22 2020 +0100 |
tree | eaedaa366cffe08a60b3727934f904d2902b1faa | |
parent | 7ebc9e6cd61d5b167ccccbea85f42387370f51a7 [diff] |
kexec_tools: 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: If58e1eea829eb445e2acf2020a220b67285a87f0