[commit: packages/process] master: `M-x delete-trailing-whitespace` (47dc1f2)
git at git.haskell.org
git at git.haskell.org
Sun Oct 20 16:18:04 UTC 2013
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://git.haskell.org/packages/process.git/commitdiff/47dc1f244685e34393da37e94e7f86497212d2c6
>---------------------------------------------------------------
commit 47dc1f244685e34393da37e94e7f86497212d2c6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Oct 20 17:42:46 2013 +0200
`M-x delete-trailing-whitespace`
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
47dc1f244685e34393da37e94e7f86497212d2c6
System/Process/Internals.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/System/Process/Internals.hs b/System/Process/Internals.hs
index 5a89df2..afc0b19 100644
--- a/System/Process/Internals.hs
+++ b/System/Process/Internals.hs
@@ -580,4 +580,3 @@ withCEnvironment envir act =
let env' = foldr (\(name, val) env -> name ++ ('=':val)++'\0':env) "\0" envir
in withCWString env' (act . castPtr)
#endif
-
More information about the ghc-commits
mailing list