]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/config/tc-avr.c: Fix an indentation glitch.
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 19 Feb 2025 20:01:29 +0000 (21:01 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Wed, 19 Feb 2025 20:03:09 +0000 (21:03 +0100)
gas/
* config/tc-avr.c (md_assemble): Fix indentation.

gas/config/tc-avr.c

index c98ba867d2cfb497b0237595f20e14a2279e6cd5..98d222ef8c70e365b93fd698b9eb85babf789a11 100644 (file)
@@ -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;