mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
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.
This commit is contained in:
@ -1544,11 +1544,11 @@ md_gather_operands (char *str,
|
|||||||
&& *str == '\0')
|
&& *str == '\0')
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
|
if ((opcode->flags & S390_INSTR_FLAG_OPTPARM2)
|
||||||
&& opindex_ptr[1] != '\0'
|
&& opindex_ptr[1] != '\0'
|
||||||
&& opindex_ptr[2] != '\0'
|
&& opindex_ptr[2] != '\0'
|
||||||
&& opindex_ptr[3] == '\0'
|
&& opindex_ptr[3] == '\0'
|
||||||
&& *str == '\0')
|
&& *str == '\0')
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* If there is a next operand it must be separated by a comma. */
|
/* If there is a next operand it must be separated by a comma. */
|
||||||
|
Reference in New Issue
Block a user