clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ic2bc1d98d8ad469a3477f9059ec890fc8339907d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/errors.cpp b/src/errors.cpp
index fe88fd0..e38a370 100644
--- a/src/errors.cpp
+++ b/src/errors.cpp
@@ -9,8 +9,8 @@
InvalidArgument::InvalidArgument(std::string_view propertyNameArg) :
propertyName(propertyNameArg),
- errWhatDetailed("Invalid argument was given for property: "s +
- description())
+ errWhatDetailed(
+ "Invalid argument was given for property: "s + description())
{}
InvalidArgument::InvalidArgument(std::string_view propertyNameArg,