clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Id8301a67d945f8a3d1ceb87ae59087100338119c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/vpd-manager/include/utility/dbus_utility.hpp b/vpd-manager/include/utility/dbus_utility.hpp
index 4c81815..27014df 100644
--- a/vpd-manager/include/utility/dbus_utility.hpp
+++ b/vpd-manager/include/utility/dbus_utility.hpp
@@ -127,9 +127,9 @@
* success. If failed, empty map.
*/
-inline types::MapperGetSubTree
- getObjectSubTree(const std::string& i_objectPath, const int& i_depth,
- const std::vector<std::string>& i_interfaces)
+inline types::MapperGetSubTree getObjectSubTree(
+ const std::string& i_objectPath, const int& i_depth,
+ const std::vector<std::string>& i_interfaces)
{
types::MapperGetSubTree l_subTreeMap;
@@ -343,8 +343,8 @@
* @return Tuple of PLDM attribute Type, current attribute value and pending
* attribute value.
*/
-inline types::BiosAttributeCurrentValue
- biosGetAttributeMethodCall(const std::string& i_attributeName)
+inline types::BiosAttributeCurrentValue biosGetAttributeMethodCall(
+ const std::string& i_attributeName)
{
auto l_bus = sdbusplus::bus::new_default();
auto l_method = l_bus.new_method_call(