clang-format: copy latest and re-format
clang-format-17 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: I4c5b9d2879d3f682f7ed9922a58712ef958f0547
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/gpioMon.cpp b/gpioMon.cpp
index d29bd3e..56cf6f7 100644
--- a/gpioMon.cpp
+++ b/gpioMon.cpp
@@ -44,7 +44,7 @@
return;
}
gpioEventHandler();
- });
+ });
}
void GpioMonitor::gpioEventHandler()