whitespace fix
authorSimon Marlow <marlowsd@gmail.com>
Mon, 20 Oct 2008 10:12:41 +0000 (10:12 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 20 Oct 2008 10:12:41 +0000 (10:12 +0000)
compiler/basicTypes/SrcLoc.lhs

index a748b47..dbff295 100644 (file)
@@ -58,7 +58,7 @@ module SrcLoc (
        
        -- ** Constructing Located
        noLoc,
-    mkGeneralLocated,
+        mkGeneralLocated,
        
        -- ** Deconstructing Located
        getLoc, unLoc,