From cf7db48c261ee9c896c813a38ff8c59da5b8fe07 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 26 Jan 2025 00:40:51 +0100 Subject: Fix line endings --- asl/status.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asl/status.hpp') 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)} {} -- cgit