From: Mike Frysinger Date: Tue, 5 Dec 2023 04:38:55 +0000 (-0500) Subject: sim: ppc: fix -Wmisleading-indentation warnings X-Git-Tag: binutils-2_42~724 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c96b63a2e965dfcbb0f239ebb90ced7725d38f78;p=thirdparty%2Fbinutils-gdb.git sim: ppc: fix -Wmisleading-indentation warnings Fix building with -Wmisleading-indentation. --- diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c index 445afb9ee00..8aa19c757f5 100644 --- a/sim/ppc/igen.c +++ b/sim/ppc/igen.c @@ -233,7 +233,7 @@ gen_semantics_c(insn_table *table, lf_printf(file, " option_mpc860c0 = 0;\n"); lf_printf(file, " if (tree_find_property(root, \"/options/mpc860c0\"))\n"); lf_printf(file, " option_mpc860c0 = tree_find_integer_property(root, \"/options/mpc860c0\");\n"); - lf_printf(file, " option_mpc860c0 *= 4; /* convert word count to byte count */\n"); + lf_printf(file, " option_mpc860c0 *= 4; /* convert word count to byte count */\n"); lf_printf(file, "}\n"); lf_printf(file, "\n"); if (generate_expanded_instructions)