commit | 8425624a9046f5a853e8596cc74441e622028494 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 16 15:20:21 2024 -0400 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Aug 28 17:21:12 2024 +0000 |
tree | 32efb18ec7460610dce15276646a2b5a4b0bd07a | |
parent | acb8d90b1a2c699352c6b6f5c1555227e7adc004 [diff] |
clang-format: re-format for clang-18 clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting. See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement. Change-Id: I8d0072c279e4de87dc001190845d0ca6da233345 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>