[project @ 2000-11-30 15:44:44 by simonpj]
authorsimonpj <unknown>
Thu, 30 Nov 2000 15:44:44 +0000 (15:44 +0000)
committersimonpj <unknown>
Thu, 30 Nov 2000 15:44:44 +0000 (15:44 +0000)
wibble

ghc/compiler/main/HscMain.lhs

index 603c993..eba1839 100644 (file)
@@ -278,7 +278,7 @@ myParseModule dflags src_filename
       buf <- hGetStringBuffer True{-expand tabs-} src_filename
 
       let glaexts | dopt Opt_GlasgowExts dflags = 1#
-                 | otherwise                 = 0#
+                 | otherwise                   = 0#
 
       case parse buf PState{ bol = 0#, atbol = 1#,
                             context = [], glasgow_exts = glaexts,