clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I46c47707399c23ec5c84c8e654d6e912cd340f66
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/handler.cpp b/handler.cpp
index 9d57d83..18c74a1 100644
--- a/handler.cpp
+++ b/handler.cpp
@@ -126,8 +126,8 @@
return isBmcInBareMetalMode(this->getFs());
}
-std::tuple<std::uint8_t, std::string>
- Handler::getEthDetails(std::string intf) const
+std::tuple<std::uint8_t, std::string> Handler::getEthDetails(
+ std::string intf) const
{
if (intf.empty())
{
@@ -447,8 +447,8 @@
return _pcie_i2c_map.size();
}
-std::tuple<std::uint32_t, std::string>
- Handler::getI2cEntry(unsigned int entry) const
+std::tuple<std::uint32_t, std::string> Handler::getI2cEntry(
+ unsigned int entry) const
{
return _pcie_i2c_map[entry];
}