clang-format: copy latest and re-format
clang-format-16 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: I2ee8cbc4581d0c3ccdc130b646357c45fa0373db
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/general_systemd.cpp b/bmc/general_systemd.cpp
index ce16d14..02c3aea 100644
--- a/bmc/general_systemd.cpp
+++ b/bmc/general_systemd.cpp
@@ -141,8 +141,8 @@
job->c_str(), result.c_str());
jobMonitor = std::nullopt;
job = std::nullopt;
- currentStatus =
- result == "done" ? ActionStatus::success : ActionStatus::failed;
+ currentStatus = result == "done" ? ActionStatus::success
+ : ActionStatus::failed;
if (cb)
{