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/stream.hpp b/attn/pel/stream.hpp
index a82bd8a..5a1462d 100644
--- a/attn/pel/stream.hpp
+++ b/attn/pel/stream.hpp
@@ -49,12 +49,12 @@
class Stream
{
public:
- Stream() = delete;
- ~Stream() = default;
- Stream(const Stream&) = default;
+ Stream() = delete;
+ ~Stream() = default;
+ Stream(const Stream&) = default;
Stream& operator=(const Stream&) = default;
Stream(Stream&&) = default;
- Stream& operator=(Stream&&) = default;
+ Stream& operator=(Stream&&) = default;
/**
* @brief Constructor