From: Simon Marlow Date: Mon, 23 May 2011 10:19:55 +0000 (+0100) Subject: add final newline X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=8b894187c613f1a7bd87d3f5759b1025a012fbb0 add final newline --- diff --git a/GHC/Environment.hs b/GHC/Environment.hs index 73f85ed..aeffeb4 100644 --- a/GHC/Environment.hs +++ b/GHC/Environment.hs @@ -48,4 +48,4 @@ getFullArgs = foreign import ccall unsafe "getFullProgArgv" getFullProgArgv :: Ptr CInt -> Ptr (Ptr CString) -> IO () -#endif \ No newline at end of file +#endif