fix minor formatting problem
authorIan Lance Taylor <ian@airs.com>
Sun, 23 Feb 1997 23:14:39 +0000 (23:14 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 23 Feb 1997 23:14:39 +0000 (23:14 +0000)
gas/config/tc-mips.c

index 382540a01a274fef1a5b6eca2e42e7f0fc4b8676..5de9d9f4e9ac48add170db0ad75efceaa59cac14 100644 (file)
@@ -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";
This page took 0.027883 seconds and 4 git commands to generate.