clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I1ece44942d482015c870eb78f9f386e5487a963f
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/speed_select.hpp b/include/speed_select.hpp
index 1cb783d..3ca2dc3 100644
--- a/include/speed_select.hpp
+++ b/include/speed_select.hpp
@@ -123,8 +123,8 @@
* Return the list of logical core indices which have high priority when
* SST-BF is enabled for a given level.
*/
- virtual std::vector<unsigned int>
- bfHighPriorityCoreList(unsigned int level) = 0;
+ virtual std::vector<unsigned int> bfHighPriorityCoreList(
+ unsigned int level) = 0;
/** Return the high priority base frequency for a given level. */
virtual unsigned int bfHighPriorityFreq(unsigned int level) = 0;
/** Return the low priority base frequency for a given level. */