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: I89ad2c8e776db7ad76d256853ebf83fc5f8fbb35
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/main.cpp b/src/main.cpp
index 42a4246..4066b46 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -268,7 +268,7 @@
return;
}
handleListUnitsResponse(server, conn, ec, listUnits);
- },
+ },
sysdService, sysdObjPath, sysdMgrIntf, "ListUnits");
}
@@ -318,7 +318,7 @@
checkAndInit(server, conn);
});
}
- },
+ },
sysdService, sysdObjPath, dBusPropIntf, dBusGetMethod, sysdMgrIntf,
"FinishTimestamp");
}
@@ -344,7 +344,7 @@
unitQueryStarted = true;
init(server, conn);
}
- });
+ });
// this will make sure to initialize the objects, when daemon is
// restarted.
checkAndInit(server, conn);