clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Ic23653be3ed404980fd0e723d9ed8354e2b32579
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/sys_info_param.hpp b/sys_info_param.hpp
index 52a52be..5f6607d 100644
--- a/sys_info_param.hpp
+++ b/sys_info_param.hpp
@@ -22,8 +22,8 @@
* @return tuple of bool and string, true if parameter is found and
* string set accordingly.
*/
- virtual std::tuple<bool, std::string>
- lookup(uint8_t paramSelector) const = 0;
+ virtual std::tuple<bool, std::string> lookup(
+ uint8_t paramSelector) const = 0;
/**
* Update a parameter by its code with a string value.