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/parser_interface.hpp b/vpd-manager/include/parser_interface.hpp
index 0ff2862..3b12089 100644
--- a/vpd-manager/include/parser_interface.hpp
+++ b/vpd-manager/include/parser_interface.hpp
@@ -33,8 +33,8 @@
*
* @return keyword's value on successful read. Exception on failure.
*/
- virtual types::DbusVariantType
- readKeywordFromHardware(const types::ReadVpdParams)
+ virtual types::DbusVariantType readKeywordFromHardware(
+ const types::ReadVpdParams)
{
return types::DbusVariantType();
}
@@ -54,8 +54,8 @@
* @return On success returns number of bytes written on hardware, On
* failure returns -1.
*/
- virtual int
- writeKeywordOnHardware(const types::WriteVpdParams i_paramsToWriteData)
+ virtual int writeKeywordOnHardware(
+ const types::WriteVpdParams i_paramsToWriteData)
{
(void)i_paramsToWriteData;
return -1;