Remove trailing spaces in opcodes
[deliverable/binutils-gdb.git] / opcodes / ip2k-opc.c
index e315465eca492f209ccbfa8f5358b5cc9e63f462..594e18b24d2558a84ddad65c8c87ff6e0003445a 100644 (file)
@@ -60,7 +60,7 @@ ip2k_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn)
   /* No mach attribute?  Assume it's supported for all machs.  */
   if (machs == 0)
     return 1;
-  
+
   return (machs & cd->machs) != 0;
 }
 
This page took 0.023121 seconds and 4 git commands to generate.