clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: I46c47707399c23ec5c84c8e654d6e912cd340f66
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/test/helper.hpp b/test/helper.hpp
index f0a10e8..4eb0a89 100644
--- a/test/helper.hpp
+++ b/test/helper.hpp
@@ -30,9 +30,9 @@
 
 // Validate the return code and the data for the IPMI reply.
 // Returns the subcommand and the optional information.
-std::pair<std::uint8_t, std::vector<std::uint8_t>>
-    ValidateReply(::ipmi::RspType<std::uint8_t, std::vector<uint8_t>> reply,
-                  bool hasData = true);
+std::pair<std::uint8_t, std::vector<std::uint8_t>> ValidateReply(
+    ::ipmi::RspType<std::uint8_t, std::vector<uint8_t>> reply,
+    bool hasData = true);
 
 } // namespace ipmi
 } // namespace google