clang-format: update latest spec and reformat

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

Change-Id: Ie32798cbf7083f3e59a4f36ff9459bb737c97476
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/mainloop.hpp b/mainloop.hpp
index 6ce02a2..0c68a24 100644
--- a/mainloop.hpp
+++ b/mainloop.hpp
@@ -149,8 +149,8 @@
      *
      * @param[in] sensor - Sensor to get the identifiers of
      */
-    SensorIdentifiers
-        getIdentifiers(SensorSet::container_t::const_reference sensor);
+    SensorIdentifiers getIdentifiers(
+        SensorSet::container_t::const_reference sensor);
 
     /**
      * @brief Used to create and add sensor objects
@@ -160,8 +160,8 @@
      * @return - Optional
      *     Object state data on success, nothing on failure
      */
-    std::optional<ObjectStateData>
-        getObject(SensorSet::container_t::const_reference sensor);
+    std::optional<ObjectStateData> getObject(
+        SensorSet::container_t::const_reference sensor);
 };
 
 /** @brief Given a value and map of interfaces, update values and check