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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asl/status.cpp') diff --git a/asl/status.cpp b/asl/status.cpp index a249fe1..7db293c 100644 --- a/asl/status.cpp +++ b/asl/status.cpp @@ -73,7 +73,7 @@ void asl::status::unref() void asl::AslFormat(asl::Formatter& f, const asl::status& s) { string_view status_str{}; - + switch (s.code()) { case status_code::ok: status_str = "ok"_sv; break; -- cgit