From 9e3757d1db9c14f45fd59376c2cd594893bad5b3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 17 Feb 2008 17:51:33 +0000 Subject: [PATCH] Tweak whitespace --- utils/ghc-pkg/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index 7684181..13b9e2f 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -168,7 +168,7 @@ usageHeader prog = substProg prog $ "\n" ++ " $p find-module {module}\n" ++ " List registered packages exposing module {module} in the global\n" ++ - " database, and also the user database if --user is given. \n" ++ + " database, and also the user database if --user is given.\n" ++ " All the registered versions will be listed in ascending order.\n" ++ " Accepts the --simple-output flag.\n" ++ "\n" ++ -- 1.7.10.4