clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: Ia2e47cf46f7481581dc8360553c10a096cafcdce
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/certs_manager.cpp b/certs_manager.cpp
index 7e50e88..ea2b55d 100644
--- a/certs_manager.cpp
+++ b/certs_manager.cpp
@@ -279,8 +279,8 @@
     return certObjectPath;
 }
 
-std::vector<sdbusplus::message::object_path>
-    Manager::installAll(const std::string filePath)
+std::vector<sdbusplus::message::object_path> Manager::installAll(
+    const std::string filePath)
 {
     if (certType != CertificateType::authority)
     {
@@ -365,8 +365,8 @@
     return objects;
 }
 
-std::vector<sdbusplus::message::object_path>
-    Manager::replaceAll(std::string filePath)
+std::vector<sdbusplus::message::object_path> Manager::replaceAll(
+    std::string filePath)
 {
     installedCerts.clear();
     certIdCounter = 1;