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: I5278656122f19da46fcd0a84bc96af420d4cb8bd
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/sol/sol_manager.cpp b/sol/sol_manager.cpp
index fd5ad2f..76e1a15 100644
--- a/sol/sol_manager.cpp
+++ b/sol/sol_manager.cpp
@@ -266,7 +266,7 @@
sol::Manager::get().stopAllPayloadInstance();
}
}
- });
+ });
}
}
catch (const sdbusplus::exception_t& e)