clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I2a188ebd3faf376ecba3e20ef6a28ffbaa986628
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/command/channel_auth.hpp b/command/channel_auth.hpp
index 7dc4677..059d0c7 100644
--- a/command/channel_auth.hpp
+++ b/command/channel_auth.hpp
@@ -118,9 +118,9 @@
*
* @return Response data for the command
*/
-std::vector<uint8_t>
- GetChannelCapabilities(const std::vector<uint8_t>& inPayload,
- std::shared_ptr<message::Handler>& handler);
+std::vector<uint8_t> GetChannelCapabilities(
+ const std::vector<uint8_t>& inPayload,
+ std::shared_ptr<message::Handler>& handler);
/**
* @brief Get Channel Cipher Suites
@@ -136,8 +136,8 @@
*
* @return Response data for the command
*/
-std::vector<uint8_t>
- getChannelCipherSuites(const std::vector<uint8_t>& inPayload,
- std::shared_ptr<message::Handler>& handler);
+std::vector<uint8_t> getChannelCipherSuites(
+ const std::vector<uint8_t>& inPayload,
+ std::shared_ptr<message::Handler>& handler);
} // namespace command