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/sensor.hpp b/sensor.hpp
index 9d426cb..4d8b689 100644
--- a/sensor.hpp
+++ b/sensor.hpp
@@ -133,8 +133,8 @@
      *
      * @return - Shared pointer to the accuracy object
      */
-    std::shared_ptr<AccuracyObject>
-        addAccuracy(ObjectInfo& info, double accuracy);
+    std::shared_ptr<AccuracyObject> addAccuracy(ObjectInfo& info,
+                                                double accuracy);
 
     /**
      * @brief Add Priority interface and priority property for sensors
@@ -146,8 +146,8 @@
      * @return - Shared pointer to the priority object
      */
 
-    std::shared_ptr<PriorityObject>
-        addPriority(ObjectInfo& info, size_t priority);
+    std::shared_ptr<PriorityObject> addPriority(ObjectInfo& info,
+                                                size_t priority);
 
     /**
      * @brief Get the scale from the sensor.