From fe0e4a370d91702664ea60460e51653acf390827 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 6 Feb 2026 11:05:25 +0100 Subject: chore: ran format and improve MachOLD codebase. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc | 5 ++--- src/CompilerKit/src/Linkers/DynamicLinker64+MachO.cc | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src/CompilerKit') diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc index 4eef11a..a3ed995 100644 --- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc +++ b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc @@ -439,7 +439,7 @@ CompilerKit::SyntaxLeafList::SyntaxLeaf CompilerFrontendNectarAMD64::Compile( dont_accept_func: break; - accept_func : { + accept_func: { if (kFunctionEmbedLevel > 0) CompilerKit::Detail::print_error("Clojures are a work in progress feature.", file); @@ -1551,8 +1551,7 @@ static void nectar_process_function_parameters(const std::vector