The Road to Clang-Format part 6

Whitespace: The Voyage Home

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I94f8f7a5ef54e149991daeaf798eaf6a0c8ba59c
diff --git a/src/hei_types.hpp b/src/hei_types.hpp
index 698d811..df3f2ff 100644
--- a/src/hei_types.hpp
+++ b/src/hei_types.hpp
@@ -152,6 +152,8 @@
  */
 enum AttentionType_t : uint8_t
 {
+    // clang-format off
+
     /** System checkstop hardware attention. Unrecoverable, fatal error. */
     ATTN_TYPE_CHECKSTOP   = 1,
 
@@ -169,6 +171,8 @@
 
     /** Software or hardware event requiring action by the host firmware. */
     ATTN_TYPE_HOST_ATTN   = 5,
+
+    // clang-format on
 };
 
 } // end namespace libhei