diff options
Diffstat (limited to 'libs/kstd/src/libc/stdlib.cpp')
| -rw-r--r-- | libs/kstd/src/libc/stdlib.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/kstd/src/libc/stdlib.cpp b/libs/kstd/src/libc/stdlib.cpp index fe1bc95..752e616 100644 --- a/libs/kstd/src/libc/stdlib.cpp +++ b/libs/kstd/src/libc/stdlib.cpp @@ -5,7 +5,10 @@ namespace kstd::libc extern "C" { - [[noreturn]] auto abort() -> void { kstd::os::abort(); } + [[noreturn]] auto abort() -> void + { + kstd::os::abort(); + } } } // namespace kstd::libc
\ No newline at end of file |
