From 80def9e1a3e0b54c759d04817ba76c717e861298 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 3 Jan 2007 10:24:08 +0000 Subject: [PATCH] Add newline at end --- compiler/ghci/Debugger.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghci/Debugger.hs b/compiler/ghci/Debugger.hs index 9c7c1f9..75ad838 100644 --- a/compiler/ghci/Debugger.hs +++ b/compiler/ghci/Debugger.hs @@ -551,4 +551,4 @@ refreshBkptTable (ms:mod_sums) = do isDebugging = Opt_Debugging `elem` flags (GHC.ms_hspp_opts ms) #else isDebugging = False -#endif \ No newline at end of file +#endif -- 1.7.10.4