diff options
| author | Amlal <amlal@nekernel.org> | 2025-04-27 03:43:43 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-04-27 03:43:43 +0200 |
| commit | 6af5722b2b29731b3d96abfa7c2a512f5984312b (patch) | |
| tree | 94c92594cab9c8de21ae5bb659055c400dfc44e4 /dev/LibCompiler/src | |
| parent | e40318e8104b992a9b42f71eeb7b27a36b675c93 (diff) | |
dev: format codebase.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src')
| -rw-r--r-- | dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 5 |
1 files changed, 3 insertions, 2 deletions
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 <LibCompiler/Backend/Amd64.h> +#include <LibCompiler/Detail/ClUtils.h> #include <LibCompiler/Parser.h> #include <LibCompiler/UUID.h> #include <Vendor/Dialogs.h> -#include <LibCompiler/Detail/ClUtils.h> #include <cstdio> @@ -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); } |
