Remove trailing spaces in opcodes
[deliverable/binutils-gdb.git] / opcodes / ppc-dis.c
index 797e1e31ca939aca8fd6374241c126b1f5e6d0f3..dab9af264f7619a408310ec8341593bf4bd52a98 100644 (file)
@@ -687,7 +687,7 @@ print_insn_powerpc (bfd_vma memaddr,
            (*info->print_address_func) (memaddr + value, info);
          else if ((operand->flags & PPC_OPERAND_ABSOLUTE) != 0)
            (*info->print_address_func) ((bfd_vma) value & 0xffffffff, info);
-         else if ((operand->flags & PPC_OPERAND_FSL) != 0) 
+         else if ((operand->flags & PPC_OPERAND_FSL) != 0)
            (*info->fprintf_func) (info->stream, "fsl%ld", value);
          else if ((operand->flags & PPC_OPERAND_FCR) != 0)
            (*info->fprintf_func) (info->stream, "fcr%ld", value);
This page took 0.024309 seconds and 4 git commands to generate.