diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 00:40:51 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-26 00:42:44 +0100 |
commit | cf7db48c261ee9c896c813a38ff8c59da5b8fe07 (patch) | |
tree | 41d827be5db5f3322d745215fe38a9c395a52fa3 /asl/status.hpp | |
parent | 79aaec3d7d12bc1a0483f19eadeda325a2d65920 (diff) |
Fix line endings
Diffstat (limited to 'asl/status.hpp')
-rw-r--r-- | asl/status.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asl/status.hpp b/asl/status.hpp index 9645f96..42695c3 100644 --- a/asl/status.hpp +++ b/asl/status.hpp @@ -54,13 +54,13 @@ class status void ref(); void unref(); - + public: constexpr ~status() { if (!is_inline()) { unref(); } } - + explicit constexpr status(status_code code) : m_payload{status_to_payload(code)} {} |