This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] S/390: Fix indentation


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

commit 70c16c04ac76a90f18e920aaea1026bde90c493c
Author: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
Date:   Tue May 30 12:04:10 2017 +0200

    S/390: Fix indentation
    
    gas/ChangeLog:
    
    2017-05-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
    
    	* config/tc-s390.c (md_gather_operands): Fix indentation.

Diff:
---
 gas/config/tc-s390.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c
index 043336e..3ec5a27 100644
--- a/gas/config/tc-s390.c
+++ b/gas/config/tc-s390.c
@@ -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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]