summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/Assembler32x0.cc
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-25 13:14:01 +0200
committerAmlal <amlal@nekernel.org>2025-04-25 13:14:01 +0200
commit20042235d1f53ae428aa154e64afdbae5d8d91ad (patch)
tree6ea42d1b30505a57301f8ff2916c78ce94ff6eaf /dev/LibCompiler/src/Assembler32x0.cc
parent0561a8d0a6ae7588309a6e3513bbfeeef5f0aa15 (diff)
meta: update .clang-format, format codebase.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/Assembler32x0.cc')
-rw-r--r--dev/LibCompiler/src/Assembler32x0.cc17
1 files changed, 8 insertions, 9 deletions
diff --git a/dev/LibCompiler/src/Assembler32x0.cc b/dev/LibCompiler/src/Assembler32x0.cc
index 1790b8b..ac24946 100644
--- a/dev/LibCompiler/src/Assembler32x0.cc
+++ b/dev/LibCompiler/src/Assembler32x0.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved
+ Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved
------------------------------------------- */
@@ -19,10 +19,10 @@
#define __ASM_NEED_32x0__ 1
-#include <LibCompiler/Backend/32x0.h>
-#include <LibCompiler/Parser.h>
#include <LibCompiler/AE.h>
+#include <LibCompiler/Backend/32x0.h>
#include <LibCompiler/PEF.h>
+#include <LibCompiler/Parser.h>
/////////////////////
@@ -30,9 +30,9 @@
/////////////////////
-#define kBlank "\e[0;30m"
-#define kRed "\e[0;31m"
-#define kWhite "\e[0;97m"
+#define kBlank "\e[0;30m"
+#define kRed "\e[0;31m"
+#define kWhite "\e[0;97m"
#define kYellow "\e[0;33m"
#define kStdOut (std::cout << kWhite)
@@ -44,7 +44,6 @@
/////////////////////////////////////////////////////////////////////////////////////////
-LIBCOMPILER_MODULE(NEAssemblerMain32000)
-{
- return 0;
+LIBCOMPILER_MODULE(NEAssemblerMain32000) {
+ return 0;
}