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/AssemblerPowerPC.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/AssemblerPowerPC.cc') diff --git a/dev/LibCompiler/src/AssemblerPowerPC.cc b/dev/LibCompiler/src/AssemblerPowerPC.cc index bd44e6e..f2c3be3 100644 --- a/dev/LibCompiler/src/AssemblerPowerPC.cc +++ b/dev/LibCompiler/src/AssemblerPowerPC.cc @@ -75,7 +75,7 @@ static bool asm_read_attributes(std::string line); LIBCOMPILER_MODULE(AssemblerMainPower64) { ::signal(SIGSEGV, Detail::segfault_handler); - + for (size_t i = 1; i < argc; ++i) { if (argv[i][0] == '-') { if (strcmp(argv[i], "--ver") == 0 || strcmp(argv[i], "--v") == 0) { -- cgit v1.2.3