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/readd.cpp b/readd.cpp
index 06e7d8c..911f076 100644
--- a/readd.cpp
+++ b/readd.cpp
@@ -20,6 +20,7 @@
#include "sysfs.hpp"
#include <CLI/CLI.hpp>
+
#include <iostream>
#include <memory>