[binutils-gdb] gas/config/tc-avr.c: Fix an indentation glitch.

Georg-Johann Lay gjl@sourceware.org
Wed Feb 19 20:06:31 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1d68c42f29e632358143a6e8715a10cced1bc50c

commit 1d68c42f29e632358143a6e8715a10cced1bc50c
Author: Georg-Johann Lay <avr@gjlay.de>
Date:   Wed Feb 19 21:01:29 2025 +0100

    gas/config/tc-avr.c: Fix an indentation glitch.
    
    gas/
            * config/tc-avr.c (md_assemble): Fix indentation.

Diff:
---
 gas/config/tc-avr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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;


More information about the Binutils-cvs mailing list