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: I27b0d1357211259edb6ec2776924729052f238d6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/attn/attn_main.cpp b/attn/attn_main.cpp
index 84c3bba..281149d 100644
--- a/attn/attn_main.cpp
+++ b/attn/attn_main.cpp
@@ -8,9 +8,9 @@
*/
int attnDaemon(Config* i_config)
{
- int rc = 0; // assume success
+ int rc = 0; // assume success
- gpiod_line* line; // gpio line to monitor
+ gpiod_line* line; // gpio line to monitor
boost::asio::io_context io; // async io monitoring service