Remove trailing spaces in gas
[deliverable/binutils-gdb.git] / gas / config / tc-dlx.c
index da962db0d3b228d9b2b48b8351f68f7bca229c29..a0a6021b0e137d5f8c05a60ca348f47a591d8f53 100644 (file)
@@ -803,7 +803,7 @@ machine_ip (char *str)
              continue;
            }
 
-         the_insn.reloc        = (the_insn.HI) ? RELOC_DLX_HI16 
+         the_insn.reloc        = (the_insn.HI) ? RELOC_DLX_HI16
            : (the_insn.LO ? RELOC_DLX_LO16 : RELOC_DLX_16);
          the_insn.reloc_offset = 2;
          the_insn.size         = 2;
This page took 0.024628 seconds and 4 git commands to generate.