summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Mainland <gmainlan@microsoft.com>2013-10-04 17:57:07 -0400
committerGeoffrey Mainland <gmainlan@microsoft.com>2013-10-04 17:57:07 -0400
commitd5075dcfecbab1b6e3dbb7f8347124923796d46b (patch)
tree959224eb06f948d1a98d52ab72562eb60b067dc0
parente7394be2c43a0a4a70fa471e3aac3cb2bc52ddde (diff)
downloadhaskell-d5075dcfecbab1b6e3dbb7f8347124923796d46b.tar.gz
Remove tab.
-rw-r--r--compiler/rename/RnTypes.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs
index e192a1175f..9aeae7e20c 100644
--- a/compiler/rename/RnTypes.lhs
+++ b/compiler/rename/RnTypes.lhs
@@ -23,7 +23,7 @@ module RnTypes (
#ifdef GHCI
import {-# SOURCE #-} TcSplice( runQuasiQuoteType )
-#endif /* GHCI */
+#endif /* GHCI */
import {-# SOURCE #-} RnSplice( rnSpliceType )
import DynFlags