diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-18 22:44:19 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-06-20 16:22:07 +0200 |
commit | 915e07c33b143126e3c8de1d2ec22ccc709a9a24 (patch) | |
tree | fcde0a7ffc1466b6e53dbee6df835af07e9a7ecc /testsuite/tests/module/mod171.hs | |
parent | 46ff80f26d1892e1b50e3f10c5d3fded33da6e81 (diff) | |
download | haskell-915e07c33b143126e3c8de1d2ec22ccc709a9a24.tar.gz |
Testsuite: tabs -> spaces [skip ci]
Diffstat (limited to 'testsuite/tests/module/mod171.hs')
-rw-r--r-- | testsuite/tests/module/mod171.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/module/mod171.hs b/testsuite/tests/module/mod171.hs index a61e886784..38a5445a28 100644 --- a/testsuite/tests/module/mod171.hs +++ b/testsuite/tests/module/mod171.hs @@ -3,8 +3,8 @@ module M (module Mod171_A, h) where -import Mod171_A -- This isn't unused... -import Mod171_B -- even though this imports all the same stuff +import Mod171_A -- This isn't unused... +import Mod171_B -- even though this imports all the same stuff h :: Int -> Int h = g |