From: Andreas Krebbel Date: Tue, 30 May 2017 10:04:10 +0000 (+0200) Subject: S/390: Fix indentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70c16c04ac76a90f18e920aaea1026bde90c493c;p=binutils-gdb.git S/390: Fix indentation gas/ChangeLog: 2017-05-30 Andreas Krebbel * config/tc-s390.c (md_gather_operands): Fix indentation. --- diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c index 043336e954e..3ec5a2775c1 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. */