summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 19:07:45 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 19:07:45 +0100
commit53294fa97e1f175f4e8700ffc00ff49909ef31f1 (patch)
treea146213445d0c987b36293bee21bcc87ac5397ce /src/CompilerKit
parentcee25e12b344b02f2057fcc64aed59fffd2c22bc (diff)
[CHORE] Reformat code.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit')
-rw-r--r--src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp b/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp
index 85ecc66..516c4d5 100644
--- a/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp
+++ b/src/CompilerKit/src/CodeGenerator+AssemblyFactory.cpp
@@ -30,7 +30,8 @@ Int32 AssemblyFactory::Compile(STLString sourceFile, const Int32& arch) {
try {
std::filesystem::copy(sourceFile, compiledUnit);
- } catch (...) {}
+ } catch (...) {
+ }
auto ret = this->fMounted->CompileToFormat(compiledUnit, arch);