clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I81aff1005be025ddb4405f384513c8e5e20bf6f4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/Utils.hpp b/src/Utils.hpp
index fe1f478..be96877 100644
--- a/src/Utils.hpp
+++ b/src/Utils.hpp
@@ -384,8 +384,8 @@
// The common scheme for sysfs files naming is: <type><number>_<item>.
// This function returns optionally these 3 elements as a tuple.
-std::optional<std::tuple<std::string, std::string, std::string>>
- splitFileName(const std::filesystem::path& filePath);
+std::optional<std::tuple<std::string, std::string, std::string>> splitFileName(
+ const std::filesystem::path& filePath);
std::optional<double> readFile(const std::string& thresholdFile,
const double& scaleFactor);
void setupManufacturingModeMatch(sdbusplus::asio::connection& conn);