clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I95f756bab7f403af49a94011bbb1fe4e51f985ad
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/common/test/mocked_utils.hpp b/common/test/mocked_utils.hpp
index 8e887a5..ad6f8dc 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"),