[commit: ghc] ghc-7.10: Detabify a programlisting in the User's Guide (#10425) (77b55b8)
git at git.haskell.org
git at git.haskell.org
Tue Jun 2 21:20:47 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/77b55b8a34fba9c9cbfd5ea523930b93fc715efb/ghc
>---------------------------------------------------------------
commit 77b55b8a34fba9c9cbfd5ea523930b93fc715efb
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)
(cherry picked from commit 5688053a5c0a188c8bc94cd2c41d178b5c716535)
>---------------------------------------------------------------
77b55b8a34fba9c9cbfd5ea523930b93fc715efb
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 a23c75c..1d7903a 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