clang-format: update latest spec and reformat

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

Change-Id: I81aff1005be025ddb4405f384513c8e5e20bf6f4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/nvme/NVMeContext.hpp b/src/nvme/NVMeContext.hpp
index e2ada1b..cb5d062 100644
--- a/src/nvme/NVMeContext.hpp
+++ b/src/nvme/NVMeContext.hpp
@@ -37,8 +37,8 @@
         sensors.emplace_back(sensor);
     }
 
-    std::optional<std::shared_ptr<NVMeSensor>>
-        getSensorAtPath(const std::string& path)
+    std::optional<std::shared_ptr<NVMeSensor>> getSensorAtPath(
+        const std::string& path)
     {
         for (auto& sensor : sensors)
         {