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: I267a17e007b99caed10aef060e7dd9a0bcc5fc2e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/hwmonio.cpp b/hwmonio.cpp
index 8f0acf2..851ad9d 100644
--- a/hwmonio.cpp
+++ b/hwmonio.cpp
@@ -107,8 +107,7 @@
HwmonIO::HwmonIO(const std::string& path, const FileSystemInterface* intf) :
_p(path), _intf(intf)
-{
-}
+{}
int64_t HwmonIO::read(const std::string& type, const std::string& id,
const std::string& sensor, size_t retries,