Update to clang-format-14
Required because the Jenkins CI tools have moved to v14.
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I3cf4df1b45325545a423bdcb810040724a598ec5
diff --git a/attn/pel/pel_section.hpp b/attn/pel/pel_section.hpp
index ca8dce4..6d18822 100644
--- a/attn/pel/pel_section.hpp
+++ b/attn/pel/pel_section.hpp
@@ -16,12 +16,12 @@
class Section
{
public:
- Section() = default;
- virtual ~Section() = default;
- Section(const Section&) = default;
+ Section() = default;
+ virtual ~Section() = default;
+ Section(const Section&) = default;
Section& operator=(const Section&) = default;
Section(Section&&) = default;
- Section& operator=(Section&&) = default;
+ Section& operator=(Section&&) = default;
/**
* @brief Returns a reference to the SectionHeader