clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: Icfbb6e2ea150c464d8ae3087a6d07f2fd39a10c6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/isolator/hei_isolation_node.cpp b/src/isolator/hei_isolation_node.cpp
index 9fe0ba5..b5e7fe9 100644
--- a/src/isolator/hei_isolation_node.cpp
+++ b/src/isolator/hei_isolation_node.cpp
@@ -156,8 +156,8 @@
//------------------------------------------------------------------------------
-std::pair<OpRuleType_t, RegisterId_t>
- IsolationNode::getOpRule(OpRuleName_t i_name) const
+std::pair<OpRuleType_t, RegisterId_t> IsolationNode::getOpRule(
+ OpRuleName_t i_name) const
{
return iv_op_rules.at(i_name);
}