[Git][ghc/ghc][wip/unboxed-codebuffer] Fix spaces

Josh Meredith (@JoshMeredith) gitlab at gitlab.haskell.org
Thu Feb 16 13:14:29 UTC 2023



Josh Meredith pushed to branch wip/unboxed-codebuffer at Glasgow Haskell Compiler / GHC


Commits:
a99766d7 by Josh Meredith at 2023-02-16T13:14:14+00:00
Fix spaces

- - - - -


1 changed file:

- libraries/base/GHC/IO/Encoding/Latin1.hs


Changes:

=====================================
libraries/base/GHC/IO/Encoding/Latin1.hs
=====================================
@@ -245,7 +245,7 @@ single_byte_checked_encode max_legal_char
              loop ir' (ow+1) st2
         where
           invalid :: EncodingBuffer
-           invalid st' = done InvalidSequence ir ow st'
+          invalid st' = done InvalidSequence ir ow st'
     in
     loop ir0 ow0 st
 {-# INLINE single_byte_checked_encode #-}



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a99766d7a572c504a2de6fcb0aef8526b35caeba

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a99766d7a572c504a2de6fcb0aef8526b35caeba
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230216/4b8f1818/attachment.html>


More information about the ghc-commits mailing list