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: I8c84201cb2343a8c8a5507a49de0721a1bee7063
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/common/test/mocked_utils.hpp b/common/test/mocked_utils.hpp
index e42677c..1e7cf6e 100644
--- a/common/test/mocked_utils.hpp
+++ b/common/test/mocked_utils.hpp
@@ -25,8 +25,8 @@
class GetManagedEmptyObject
{
public:
- static pldm::utils::ObjectValueTree getManagedObj(const char* /*service*/,
- const char* /*path*/)
+ static pldm::utils::ObjectValueTree
+ getManagedObj(const char* /*service*/, const char* /*path*/)
{
return pldm::utils::ObjectValueTree{};
}
@@ -35,8 +35,8 @@
class GetManagedObject
{
public:
- static pldm::utils::ObjectValueTree getManagedObj(const char* /*service*/,
- const char* /*path*/)
+ static pldm::utils::ObjectValueTree
+ getManagedObj(const char* /*service*/, const char* /*path*/)
{
return pldm::utils::ObjectValueTree{
{sdbusplus::message::object_path("/foo/bar"),
diff --git a/common/test/pldm_utils_test.cpp b/common/test/pldm_utils_test.cpp
index c750ae3..d00bebd 100644
--- a/common/test/pldm_utils_test.cpp
+++ b/common/test/pldm_utils_test.cpp
@@ -143,9 +143,9 @@
uint16_t entityID = 33;
uint16_t stateSetId = 196;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
@@ -177,9 +177,9 @@
uint16_t entityID = 44;
uint16_t stateSetId = 196;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
@@ -211,9 +211,9 @@
uint16_t entityID = 33;
uint16_t stateSetId = 196;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto record = findStateEffecterPDR(tid, entityID, stateSetId, repo);
@@ -227,9 +227,9 @@
auto repo = pldm_pdr_init();
uint8_t tid = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
@@ -288,9 +288,9 @@
uint16_t entityID = 33;
uint16_t stateSetId = 196;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
@@ -345,9 +345,9 @@
uint16_t entityID = 67;
uint16_t stateSetId = 192;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
@@ -403,9 +403,9 @@
uint16_t entityID = 67;
uint16_t stateSetId = 192;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states));
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
@@ -479,9 +479,9 @@
uint16_t entityID = 67;
uint16_t stateSetId = 192;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states) * 3);
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states) * 3);
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
auto state_start = rec->possible_states;
@@ -525,9 +525,9 @@
uint16_t entityID = 67;
uint16_t stateSetId = 192;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_effecter_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_effecter_possible_states) * 3);
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_effecter_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_effecter_possible_states) * 3);
auto rec = reinterpret_cast<pldm_state_effecter_pdr*>(pdr.data());
auto state_start = rec->possible_states;
@@ -571,9 +571,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
@@ -605,9 +605,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
@@ -639,9 +639,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto record = findStateSensorPDR(tid, entityID, stateSetId, repo);
@@ -655,9 +655,9 @@
auto repo = pldm_pdr_init();
uint8_t tid = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
@@ -716,9 +716,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
@@ -773,9 +773,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
@@ -831,9 +831,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
@@ -874,9 +874,9 @@
&handle),
0);
- std::vector<uint8_t> pdr_third(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states));
+ std::vector<uint8_t> pdr_third(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states));
auto rec_third = reinterpret_cast<pldm_state_sensor_pdr*>(pdr_third.data());
@@ -906,9 +906,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states) * 3);
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states) * 3);
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
auto state_start = rec->possible_states;
@@ -954,9 +954,9 @@
uint16_t entityID = 5;
uint16_t stateSetId = 1;
- std::vector<uint8_t> pdr(sizeof(struct pldm_state_sensor_pdr) -
- sizeof(uint8_t) +
- sizeof(struct state_sensor_possible_states) * 3);
+ std::vector<uint8_t> pdr(
+ sizeof(struct pldm_state_sensor_pdr) - sizeof(uint8_t) +
+ sizeof(struct state_sensor_possible_states) * 3);
auto rec = reinterpret_cast<pldm_state_sensor_pdr*>(pdr.data());
auto state_start = rec->possible_states;