Remove trailing whitespace.

This commit is contained in:
Markus F.X.J. Oberhumer
2008-02-28 00:04:32 +01:00
parent 9f05a873bc
commit 6dc978e8d8
+1 -1
View File
@@ -95,7 +95,7 @@ eof_nrv:
lwz dst0,0(ldst) // original dst
mtlr t3 // return address
subf a0,lsrc,src
subf tmp,dst0,dst // -1+ dst length
subf tmp,dst0,dst // -1+ dst length
addi a0,a0,1 // return 0: good; else: bad [+1: correct for lbzu]
addi tmp,tmp,1 // dst length
stw tmp,0(ldst)