From a26b7127d4cc8b2a5e15ef662ab2793dbf9e7919 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 9 Oct 2014 14:53:13 -0400 Subject: fix some mixed space+tab indentation This fixes all instances of " \t" in the code base. Most common case seems to be after a "where" line; probably vim copied the two space layout of that line. Done as a background task while listening to episode 2 of the Type Theory podcast. --- Logs/MetaData.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Logs/MetaData.hs') diff --git a/Logs/MetaData.hs b/Logs/MetaData.hs index 250317090..d63a87470 100644 --- a/Logs/MetaData.hs +++ b/Logs/MetaData.hs @@ -67,7 +67,7 @@ getCurrentMetaData k = do return $ currentMetaData $ unionMetaData loggedmeta (lastchanged ls loggedmeta) where - lastchanged [] _ = emptyMetaData + lastchanged [] _ = emptyMetaData lastchanged ls (MetaData currentlyset) = let m = foldl' (flip M.union) M.empty (map genlastchanged ls) in MetaData $ -- cgit v1.2.3