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: I37706a2cb7da2a51ec6f6d42f59cea677e1fc111
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/cmd.cpp b/src/cmd.cpp
index a51bc22..4d0dec8 100644
--- a/src/cmd.cpp
+++ b/src/cmd.cpp
@@ -91,9 +91,9 @@
m.append(netfn, lun, cmd, in.subspan(2), options);
outstanding = m.call_async(
stdplus::exception::ignore([&outstanding, &kcs](message_t&& m) {
- outstanding = slot_t(nullptr);
- write(kcs, std::move(m));
- }));
+ outstanding = slot_t(nullptr);
+ write(kcs, std::move(m));
+ }));
}
} // namespace kcsbridge