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: I50e60f2b1a9db9039cb5450ae509064eaeaa9d2e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/activation.cpp b/activation.cpp
index 7c1f735..d9ee2d0 100644
--- a/activation.cpp
+++ b/activation.cpp
@@ -116,8 +116,8 @@
if (!activationProgress)
{
- activationProgress =
- std::make_unique<ActivationProgress>(bus, path);
+ activationProgress = std::make_unique<ActivationProgress>(bus,
+ path);
}
if (!activationBlocksTransition)
@@ -192,8 +192,8 @@
if (!redundancyPriority)
{
- redundancyPriority =
- std::make_unique<RedundancyPriority>(bus, path, *this, 0);
+ redundancyPriority = std::make_unique<RedundancyPriority>(bus, path,
+ *this, 0);
}
// Remove version object from image manager
@@ -366,7 +366,6 @@
}
else
{
-
auto method = bus.new_method_call(service.c_str(), applyTimeObjPath,
dbusPropIntf, "Get");
method.append(applyTimeIntf, applyTimeProp);