From 6f2537f37c7fd6c19f23407c31488b6aaf438974 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 20 Oct 2008 10:12:41 +0000 Subject: [PATCH] whitespace fix --- compiler/basicTypes/SrcLoc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/basicTypes/SrcLoc.lhs b/compiler/basicTypes/SrcLoc.lhs index a748b47..dbff295 100644 --- a/compiler/basicTypes/SrcLoc.lhs +++ b/compiler/basicTypes/SrcLoc.lhs @@ -58,7 +58,7 @@ module SrcLoc ( -- ** Constructing Located noLoc, - mkGeneralLocated, + mkGeneralLocated, -- ** Deconstructing Located getLoc, unLoc, -- 1.7.10.4