commit | 075c79237505ea3b810a461f5f514e4d520a0c44 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 16 15:19:49 2024 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 16 15:19:49 2024 -0400 |
tree | 0b68305baf8d302ba28a0a79f55e7130668a200a | |
parent | 80b80acd4cdc883cdbce6cac20a4f8da3ce6a6e1 [diff] [blame] |
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: I21d2ca8065f24fd73509229c517f5caf48934b60 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/extensions/openpower-pels/registry.hpp b/extensions/openpower-pels/registry.hpp index cd39b3f..b13b24d 100644 --- a/extensions/openpower-pels/registry.hpp +++ b/extensions/openpower-pels/registry.hpp
@@ -265,8 +265,7 @@ */ explicit Registry(const std::filesystem::path& registryFile, bool loadCallouts) : - _registryFile(registryFile), - _loadCallouts(loadCallouts) + _registryFile(registryFile), _loadCallouts(loadCallouts) {} /**