Skip to content

Commit

Permalink
removed tab and extra spacw
Browse files Browse the repository at this point in the history
  • Loading branch information
reddyismav committed Jul 15, 2021
1 parent 3e6e8ca commit 445be5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/lib/RLPReader.sol
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ library RLPReader {
assembly {
let byteLen := sub(byte0, 0xb7) // # of bytes the actual length is
memPtr := add(memPtr, 1) // skip over the first byte

/* 32 byte word size */
let dataLen := div(mload(memPtr), exp(256, sub(32, byteLen))) // right shifting to get the len
itemLen := add(dataLen, add(byteLen, 1))
Expand Down

0 comments on commit 445be5e

Please sign in to comment.