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