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);
diff --git a/src/srvcfg_manager.cpp b/src/srvcfg_manager.cpp
index 47c70a7..3a771d9 100644
--- a/src/srvcfg_manager.cpp
+++ b/src/srvcfg_manager.cpp
@@ -273,7 +273,7 @@
                             "ERROR", e);
                         return;
                     }
-                    },
+                },
                     sysdService, socketObjectPath, dBusPropIntf,
                     dBusGetAllMethod, sysdSocketIntf);
             }
@@ -288,7 +288,7 @@
                        "ERROR", e);
             return;
         }
-        },
+    },
         sysdService, objectPath, dBusPropIntf, dBusGetAllMethod, sysdUnitIntf);
     return;
 }
@@ -555,7 +555,7 @@
             }
             res = req;
             return 1;
-            });
+        });
     }
 
     srvCfgIface->register_property(srvCfgPropMasked, unitMaskedState,