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: I35d3ba19f100c4f2f0a924af86454a5fabeae03c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/example/example.hpp b/example/example.hpp
index 7ceebd6..38abc7b 100644
--- a/example/example.hpp
+++ b/example/example.hpp
@@ -12,11 +12,11 @@
{
#endif
- /**
- * This method must be declared as extern C for blob manager to lookup the
- * symbol.
- */
- std::unique_ptr<blobs::GenericBlobInterface> createHandler();
+/**
+ * This method must be declared as extern C for blob manager to lookup the
+ * symbol.
+ */
+std::unique_ptr<blobs::GenericBlobInterface> createHandler();
#ifdef __cplusplus
}