summaryrefslogtreecommitdiff
path: root/compiler/ghci
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-03-05 14:00:14 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-03-05 14:00:14 +0000
commit8ffd91b6102f4ad3111cabdf6bdb1998f257887f (patch)
tree1d97ea50fbf70f1f69c8354bf65705afc5db0e4c /compiler/ghci
parent07e06f2e67518dd0db10ecd1115a2ac00249af53 (diff)
downloadhaskell-8ffd91b6102f4ad3111cabdf6bdb1998f257887f.tar.gz
add final newlines
My Windows build has started complaining about lacking final newlines, I'm not entirely sure why.
Diffstat (limited to 'compiler/ghci')
-rw-r--r--compiler/ghci/RtClosureInspect.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs
index a003fc3da4..d448793419 100644
--- a/compiler/ghci/RtClosureInspect.hs
+++ b/compiler/ghci/RtClosureInspect.hs
@@ -1178,4 +1178,4 @@ sizeofTyCon = primRepSizeW . tyConPrimRep
(|.|) :: (a -> Bool) -> (a -> Bool) -> a -> Bool
-(f |.| g) x = f x || g x \ No newline at end of file
+(f |.| g) x = f x || g x