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: I3942bdbbb0fc2d46d755a74f481bb44fa63dc486
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/gpioMonMain.cpp b/gpioMonMain.cpp
index 8530ffc..83e14b6 100644
--- a/gpioMonMain.cpp
+++ b/gpioMonMain.cpp
@@ -18,10 +18,11 @@
#include <CLI/CLI.hpp>
#include <boost/asio/io_context.hpp>
-#include <fstream>
#include <nlohmann/json.hpp>
#include <phosphor-logging/log.hpp>
+#include <fstream>
+
using namespace phosphor::logging;
namespace phosphor
@@ -42,7 +43,6 @@
int main(int argc, char** argv)
{
-
boost::asio::io_context io;
CLI::App app{"Monitor GPIO line for requested state change"};
@@ -81,7 +81,6 @@
for (auto& obj : gpioMonObj)
{
-
/* GPIO Line message */
std::string lineMsg = "GPIO Line ";