From 8b894187c613f1a7bd87d3f5759b1025a012fbb0 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 23 May 2011 11:19:55 +0100 Subject: [PATCH] add final newline --- GHC/Environment.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4