White space only
authorsimonpj@microsoft.com <unknown>
Mon, 7 Jul 2008 10:31:10 +0000 (10:31 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 7 Jul 2008 10:31:10 +0000 (10:31 +0000)
compiler/iface/TcIface.lhs

index 4bc6a48..43ec524 100644 (file)
@@ -980,7 +980,7 @@ tcIfaceGlobal name
                { type_env <- setLclEnv () get_type_env         -- yuk
                ; case lookupNameEnv type_env name of
                        Just thing -> return thing
-                       Nothing    -> pprPanic "tcIfaceGlobal (local): not found:"  
+                       Nothing   -> pprPanic "tcIfaceGlobal (local): not found:"  
                                                (ppr name $$ ppr type_env) }
 
          ; _ -> do