diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2009-03-05 14:00:14 +0000 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2009-03-05 14:00:14 +0000 |
| commit | 8ffd91b6102f4ad3111cabdf6bdb1998f257887f (patch) | |
| tree | 1d97ea50fbf70f1f69c8354bf65705afc5db0e4c /compiler/ghci | |
| parent | 07e06f2e67518dd0db10ecd1115a2ac00249af53 (diff) | |
| download | haskell-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.hs | 2 |
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 |
