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

Josh Meredith (@JoshMeredith) gitlab at gitlab.haskell.org
Thu Feb 16 12:20:08 UTC 2023



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


Commits:
ba44490e by Josh Meredith at 2023-02-16T12:19:57+00:00
Fix tabs

- - - - -


4 changed files:

- libraries/base/GHC/IO/Encoding/Latin1.hs
- libraries/base/GHC/IO/Encoding/UTF16.hs
- libraries/base/GHC/IO/Encoding/UTF32.hs
- libraries/base/GHC/IO/Encoding/UTF8.hs


Changes:

=====================================
libraries/base/GHC/IO/Encoding/Latin1.hs
=====================================
@@ -4,7 +4,7 @@
            , NondecreasingIndentation
            , UnboxedTuples
            , MagicHash
-	   , ScopedTypeVariables
+           , ScopedTypeVariables
   #-}
 {-# OPTIONS_GHC  -funbox-strict-fields #-}
 


=====================================
libraries/base/GHC/IO/Encoding/UTF16.hs
=====================================
@@ -4,7 +4,7 @@
            , NondecreasingIndentation
            , MagicHash
            , UnboxedTuples
-	   , ScopedTypeVariables
+           , ScopedTypeVariables
   #-}
 {-# OPTIONS_GHC  -funbox-strict-fields #-}
 


=====================================
libraries/base/GHC/IO/Encoding/UTF32.hs
=====================================
@@ -4,7 +4,7 @@
            , NondecreasingIndentation
            , MagicHash
            , UnboxedTuples
-	   , ScopedTypeVariables
+           , ScopedTypeVariables
   #-}
 {-# OPTIONS_GHC  -funbox-strict-fields #-}
 


=====================================
libraries/base/GHC/IO/Encoding/UTF8.hs
=====================================
@@ -4,7 +4,7 @@
            , NondecreasingIndentation
            , MagicHash
            , UnboxedTuples
-	   , ScopedTypeVariables
+           , ScopedTypeVariables
   #-}
 {-# OPTIONS_GHC -funbox-strict-fields #-}
 



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ba44490e9c3b70f684c424418fb206b92f91a07c
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/fa613ce7/attachment-0001.html>


More information about the ghc-commits mailing list