[commit: ghc] master: Detabify a programlisting in the User's Guide (#10425) (5688053)

git at git.haskell.org git at git.haskell.org
Tue Jun 2 20:01:51 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5688053a5c0a188c8bc94cd2c41d178b5c716535/ghc

>---------------------------------------------------------------

commit 5688053a5c0a188c8bc94cd2c41d178b5c716535
Author: Reid Barton <rwbarton at gmail.com>
Date:   Tue Jun 2 16:00:10 2015 -0400

    Detabify a programlisting in the User's Guide (#10425)


>---------------------------------------------------------------

5688053a5c0a188c8bc94cd2c41d178b5c716535
 docs/users_guide/bugs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/bugs.xml b/docs/users_guide/bugs.xml
index 1e948e6..cb32775 100644
--- a/docs/users_guide/bugs.xml
+++ b/docs/users_guide/bugs.xml
@@ -71,7 +71,7 @@
 
 <programlisting>
 main = do args <- getArgs
-	  if null args then return [] else do
+          if null args then return [] else do
           ps <- mapM process args
           mapM print ps</programlisting>
 



More information about the ghc-commits mailing list