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_factory.hpp b/vpd-manager/include/parser_factory.hpp
index 819ec59..22e5d3b 100644
--- a/vpd-manager/include/parser_factory.hpp
+++ b/vpd-manager/include/parser_factory.hpp
@@ -43,8 +43,8 @@
*
* @return - Pointer to concrete parser class object.
*/
- static std::shared_ptr<ParserInterface>
- getParser(const types::BinaryVector& i_vpdVector,
- const std::string& i_vpdFilePath, size_t i_vpdStartOffset);
+ static std::shared_ptr<ParserInterface> getParser(
+ const types::BinaryVector& i_vpdVector,
+ const std::string& i_vpdFilePath, size_t i_vpdStartOffset);
};
} // namespace vpd