clang-format: update latest spec and reformat

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

Change-Id: Id513ba4699f994d5bc2a8480c4a0b2659e9480ce
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/util.hpp b/util.hpp
index 7617562..60dcfc1 100644
--- a/util.hpp
+++ b/util.hpp
@@ -44,16 +44,16 @@
  * Splice together two vectors, "Inputs" and "TempToMargin" from JSON,
  * into one vector of SensorInput structures containing info from both.
  */
-std::vector<conf::SensorInput>
-    spliceInputs(const std::vector<std::string>& inputNames,
-                 const std::vector<double>& inputTempToMargin,
-                 const std::vector<std::string>& missingAcceptableNames);
+std::vector<conf::SensorInput> spliceInputs(
+    const std::vector<std::string>& inputNames,
+    const std::vector<double>& inputTempToMargin,
+    const std::vector<std::string>& missingAcceptableNames);
 
 /*
  * Recovers the original "Inputs" vector from spliceInputs().
  */
-std::vector<std::string>
-    splitNames(const std::vector<conf::SensorInput>& sensorInputs);
+std::vector<std::string> splitNames(
+    const std::vector<conf::SensorInput>& sensorInputs);
 
 /*
  * Dump active configuration.