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/CCompilerPower64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src/CCompilerPower64.cc') diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index f10aa79..c65f575 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -8,9 +8,9 @@ */ #include +#include #include #include -#include #include #include #include @@ -78,7 +78,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