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.cpp | |
parent | 79aaec3d7d12bc1a0483f19eadeda325a2d65920 (diff) |
Fix line endings
Diffstat (limited to 'asl/status.cpp')
-rw-r--r-- | asl/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |