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: I86d194886a4dcd325364041d4c7745f4ea22fd65
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/ipmi.cpp b/ipmi.cpp
index 5718e3c..3151559 100644
--- a/ipmi.cpp
+++ b/ipmi.cpp
@@ -256,8 +256,8 @@
}
std::memcpy(&request, data.data(), sizeof(request));
- std::vector<uint8_t> result =
- mgr->read(request.sessionId, request.offset, request.requestedSize);
+ std::vector<uint8_t> result = mgr->read(request.sessionId, request.offset,
+ request.requestedSize);
/* If the Read fails, it returns success but with only the crc and 0 bytes
* of data.