From: Ian Lance Taylor Date: Sun, 23 Feb 1997 23:14:39 +0000 (+0000) Subject: fix minor formatting problem X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1857d1e67d65a7f080c08c3ae6462f3f071d9654;p=binutils-gdb.git fix minor formatting problem --- diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 382540a01a2..5de9d9f4e9a 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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";