From 30029f364005267deedcc40a29635fe4e0a687ea Mon Sep 17 00:00:00 2001 From: joshvera Date: Wed, 8 Feb 2017 18:28:43 -0500 Subject: [PATCH] no tabs --- src/Diffing.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Diffing.hs b/src/Diffing.hs index bbedd5be6..8d5344186 100644 --- a/src/Diffing.hs +++ b/src/Diffing.hs @@ -114,10 +114,10 @@ writeToOutput output text = Nothing -> do lang <- lookupEnv "LANG" case lang of - -- If LANG is set and isn't the empty string, leave the encoding. - Just x | x /= "" -> pure () - -- Otherwise default to utf8. - _ -> IO.hSetEncoding IO.stdout IO.utf8 + -- If LANG is set and isn't the empty string, leave the encoding. + Just x | x /= "" -> pure () + -- Otherwise default to utf8. + _ -> IO.hSetEncoding IO.stdout IO.utf8 TextIO.hPutStrLn IO.stdout text Just path -> do isDir <- doesDirectoryExist path