From 6af5722b2b29731b3d96abfa7c2a512f5984312b Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 27 Apr 2025 03:43:43 +0200 Subject: dev: format codebase. Signed-off-by: Amlal --- dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index 6a7f261..8597d41 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -17,10 +17,10 @@ // extern_segment, @autodelete { ... }, fn foo() -> auto { ... } #include +#include #include #include #include -#include #include @@ -52,7 +52,8 @@ /// @internal static void cxxdrv_chaos_handler(std::int32_t _) { - pfd::notify("NeKernel C++ Compiler Driver", "CxxDrv just crashed, please report this to the developers."); + pfd::notify("NeKernel C++ Compiler Driver", + "CxxDrv just crashed, please report this to the developers."); std::exit(LIBCOMPILER_EXEC_ERROR); } -- cgit v1.2.3