[commit: ghc] master: (some) tabs -> spaces (13481df)
Simon Marlow
marlowsd at gmail.com
Mon Feb 27 16:26:58 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/13481df0432f4d7a656f722e27933a0a6bb0e40d
>---------------------------------------------------------------
commit 13481df0432f4d7a656f722e27933a0a6bb0e40d
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Jan 18 18:06:47 2012 +0100
(some) tabs -> spaces
>---------------------------------------------------------------
rts/posix/Itimer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c
index d928147..13ba345 100644
--- a/rts/posix/Itimer.c
+++ b/rts/posix/Itimer.c
@@ -126,7 +126,7 @@ initTicker (Time interval, TickProc handle_tick)
clockid_t clock;
// Keep programs like valgrind happy
- memset(&ev, 0, sizeof(ev));
+ memset(&ev, 0, sizeof(ev));
ev.sigev_notify = SIGEV_SIGNAL;
ev.sigev_signo = ITIMER_SIGNAL;
More information about the Cvs-ghc
mailing list