mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
fix minor formatting problem
This commit is contained in:
@ -6341,9 +6341,9 @@ mips_ip (str, ip)
|
||||
|
||||
for (s = str; *s != '\0' && !isspace(*s); ++s)
|
||||
continue;
|
||||
if ( isspace(*s) )
|
||||
if (isspace (*s))
|
||||
*s++ = '\0';
|
||||
|
||||
|
||||
if ((insn = (struct mips_opcode *) hash_find (op_hash, str)) == NULL)
|
||||
{
|
||||
insn_error = "unrecognized opcode";
|
||||
|
Reference in New Issue
Block a user