clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.
Change-Id: I5278656122f19da46fcd0a84bc96af420d4cb8bd
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/command_table.cpp b/command_table.cpp
index 668f19b..ee5fefc 100644
--- a/command_table.cpp
+++ b/command_table.cpp
@@ -97,7 +97,7 @@
payload.push_back(IPMI_CC_UNSPECIFIED_ERROR);
handler->outPayload = std::move(payload);
}
- },
+ },
"xyz.openbmc_project.Ipmi.Host", "/xyz/openbmc_project/Ipmi",
"xyz.openbmc_project.Ipmi.Server", "execute", netFn, lun, cmd,
commandData, options);