From 1857d1e67d65a7f080c08c3ae6462f3f071d9654 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 23 Feb 1997 23:14:39 +0000 Subject: [PATCH] fix minor formatting problem --- gas/config/tc-mips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.30.2