aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s390.c
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-05-30 12:04:10 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2017-05-30 12:05:49 +0200
commit70c16c04ac76a90f18e920aaea1026bde90c493c (patch)
tree09ebd68a96265f03660260d15904833c438042f8 /gas/config/tc-s390.c
parentdb6be0d5e31f11c10004f1f2ef2de05d213da1f4 (diff)
downloadfsf-binutils-gdb-70c16c04ac76a90f18e920aaea1026bde90c493c.zip
fsf-binutils-gdb-70c16c04ac76a90f18e920aaea1026bde90c493c.tar.gz
fsf-binutils-gdb-70c16c04ac76a90f18e920aaea1026bde90c493c.tar.bz2
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.
Diffstat (limited to 'gas/config/tc-s390.c')
-rw-r--r--gas/config/tc-s390.c10
1 files 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. */