From: Georg-Johann Lay Date: Wed, 19 Feb 2025 20:01:29 +0000 (+0100) Subject: gas/config/tc-avr.c: Fix an indentation glitch. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d68c42f29e632358143a6e8715a10cced1bc50c;p=thirdparty%2Fbinutils-gdb.git gas/config/tc-avr.c: Fix an indentation glitch. gas/ * config/tc-avr.c (md_assemble): Fix indentation. --- diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index c98ba867d2c..98d222ef8c7 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -1915,8 +1915,8 @@ md_assemble (char *str) return; } - if (opcode == avr_gccisr_opcode - && !avr_opt.have_gccisr) + if (opcode == avr_gccisr_opcode + && !avr_opt.have_gccisr) { as_bad (_("pseudo instruction `%s' not supported"), op); return;