FruUtils: Fix code formatting
format-code didn't include an invocation of clang-format, and as the
in-repo format-code script overrides the default script in
openbmc-build-scripts there was no code-formatting being applied in CI.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: I68bd7d2c930b752da4045412e7e286b303ac8ff6
diff --git a/include/FruUtils.hpp b/include/FruUtils.hpp
index ea1233b..beab032 100644
--- a/include/FruUtils.hpp
+++ b/include/FruUtils.hpp
@@ -115,7 +115,7 @@
resCodes
formatIPMIFRU(const std::vector<uint8_t>& fruBytes,
- boost::container::flat_map<std::string, std::string>& result);
+ boost::container::flat_map<std::string, std::string>& result);
std::vector<uint8_t>& getFRUInfo(const uint8_t& bus, const uint8_t& address);