clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If81a5a0bc8458a6feb94ba5c52adbe7294d43475
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/file_handler.hpp b/bmc/file_handler.hpp
index a0c23af..3abbba3 100644
--- a/bmc/file_handler.hpp
+++ b/bmc/file_handler.hpp
@@ -27,8 +27,8 @@
void close() override;
bool write(std::uint32_t offset,
const std::vector<std::uint8_t>& data) override;
- virtual std::optional<std::vector<uint8_t>>
- read(std::uint32_t offset, std::uint32_t size) override;
+ virtual std::optional<std::vector<uint8_t>> read(
+ std::uint32_t offset, std::uint32_t size) override;
int getSize() override;
private: