[Code Reorganization] delete Trailing whitespace

Thu, 24 May 2018 19:57:44 +0800

author
aoqi
date
Thu, 24 May 2018 19:57:44 +0800
changeset 8867
34020d024017
parent 8866
67d25ceaf28b
child 8868
91ddc23482a4

[Code Reorganization] delete Trailing whitespace

src/cpu/mips/vm/macroAssembler_mips.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/cpu/mips/vm/macroAssembler_mips.cpp	Tue May 22 20:04:19 2018 +0800
     1.2 +++ b/src/cpu/mips/vm/macroAssembler_mips.cpp	Thu May 24 19:57:44 2018 +0800
     1.3 @@ -138,7 +138,7 @@
     1.4    } else if (special(pc[4]) == jr_op
     1.5               && opcode(pc[4]) == special_op
     1.6               && (((opcode(pc[0]) == lui_op) || opcode(pc[0]) == daddiu_op) || (opcode(pc[0]) == ori_op))) {
     1.7 -    
     1.8 +
     1.9      CodeBuffer cb(branch, 4 * 4);
    1.10      MacroAssembler masm(&cb);
    1.11      masm.patchable_set48(T9, (long)(target));

mercurial