S/390: Fix indentation
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Tue, 30 May 2017 10:04:10 +0000 (12:04 +0200)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Tue, 30 May 2017 10:05:49 +0000 (12:05 +0200)
gas/ChangeLog:

2017-05-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/tc-s390.c (md_gather_operands): Fix indentation.

gas/config/tc-s390.c

index 043336e954e3420011f78416aa4e14c8726f8f3e..3ec5a2775c1d586718c262fbe7f99fd399284be2 100644 (file)
@@ -1544,11 +1544,11 @@ md_gather_operands (char *str,
              && *str == '\0')
            continue;
 
-           if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
-               && opindex_ptr[1] != '\0'
-               && opindex_ptr[2] != '\0'
-               && opindex_ptr[3] == '\0'
-               && *str == '\0')
+         if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
+             && opindex_ptr[1] != '\0'
+             && opindex_ptr[2] != '\0'
+             && opindex_ptr[3] == '\0'
+             && *str == '\0')
            continue;
 
          /* If there is a next operand it must be separated by a comma.  */
This page took 0.026621 seconds and 4 git commands to generate.