clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I4685454a66a0a4832d138d6b4df649e804fa25d0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/helper.cpp b/test/helper.cpp
index 8587549..5eb9f37 100644
--- a/test/helper.cpp
+++ b/test/helper.cpp
@@ -12,8 +12,8 @@
namespace blobs
{
-std::vector<std::uint8_t>
- validateReply(ipmi::RspType<std::vector<uint8_t>> reply, bool hasData)
+std::vector<std::uint8_t> validateReply(
+ ipmi::RspType<std::vector<uint8_t>> reply, bool hasData)
{
// Reply is in the form of
// std::tuple<ipmi::Cc, std::optional<std::tuple<RetTypes...>>>