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_table.hpp b/command_table.hpp
index 821a070..3a5e344 100644
--- a/command_table.hpp
+++ b/command_table.hpp
@@ -128,9 +128,9 @@
*
* @return Response data for the command
*/
- virtual std::vector<uint8_t>
- executeCommand(std::vector<uint8_t>& commandData,
- std::shared_ptr<message::Handler> handler) = 0;
+ virtual std::vector<uint8_t> executeCommand(
+ std::vector<uint8_t>& commandData,
+ std::shared_ptr<message::Handler> handler) = 0;
auto getCommand() const
{
@@ -184,9 +184,9 @@
*
* @return Response data for the command
*/
- std::vector<uint8_t>
- executeCommand(std::vector<uint8_t>& commandData,
- std::shared_ptr<message::Handler> handler) override;
+ std::vector<uint8_t> executeCommand(
+ std::vector<uint8_t>& commandData,
+ std::shared_ptr<message::Handler> handler) override;
virtual ~NetIpmidEntry() = default;
NetIpmidEntry(const NetIpmidEntry&) = default;