From fb12b9730d78052f5cafbd84fbc9a830a22cec17 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 1 May 2025 08:50:44 +0200 Subject: dev, LibCompiler: format codebase. Signed-off-by: Amlal --- dev/LibCompiler/src/CCompilerARM64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src/CCompilerARM64.cc') diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index 26867f1..a992349 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -11,9 +11,9 @@ /// TODO: none #include +#include #include #include -#include #include #include #include @@ -87,7 +87,7 @@ struct CompilerState final { } // namespace Detail static Detail::CompilerState kState; -static std::string kIfFunction = ""; +static std::string kIfFunction = ""; namespace Detail { /// @brief prints an error into stdout. -- cgit v1.2.3