Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypi committed May 24, 2020
1 parent 955c5c6 commit ebf59cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/ByteString/Base64/Internal/W16/Loop.hs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ decodeLoop !dtable !sptr !dptr !end finish = go dptr sptr
poke @Word8 (plusPtr dst 1) (fromIntegral (unsafeShiftR w 8))
poke @Word8 (plusPtr dst 2) (fromIntegral w)
go (plusPtr dst 3) (plusPtr src 4)
{-# inline decodeLoop #-}


lenientLoop
:: Ptr Word8
Expand Down

0 comments on commit ebf59cf

Please sign in to comment.