clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: If152304b21dd2daaa2f79255a4f98218615efb05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/control/json/utils/modifier.cpp b/control/json/utils/modifier.cpp
index c8fb536..0b4adfd 100644
--- a/control/json/utils/modifier.cpp
+++ b/control/json/utils/modifier.cpp
@@ -50,9 +50,9 @@
* @brief Return a default value to use when the argument passed
* to LessThanOperator is out of range.
*/
-PropertyVariantType
- getDefaultValue(const PropertyVariantType& val,
- const std::optional<PropertyVariantType>& defaultValue)
+PropertyVariantType getDefaultValue(
+ const PropertyVariantType& val,
+ const std::optional<PropertyVariantType>& defaultValue)
{
// When a default value is given, return that
if (defaultValue)