fix minor formatting problem

This commit is contained in:
Ian Lance Taylor
1997-02-23 23:14:39 +00:00
parent 8a974fdc24
commit 1857d1e67d

View File

@ -6341,7 +6341,7 @@ 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)