summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-01-18 18:06:47 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-02-27 14:35:08 +0000
commit13481df0432f4d7a656f722e27933a0a6bb0e40d (patch)
tree9d728eac6e21b516c189c02a67e2b15e292d8a84
parentf1c54027f127f99360b5733b2397d3fac4436f43 (diff)
downloadhaskell-13481df0432f4d7a656f722e27933a0a6bb0e40d.tar.gz
(some) tabs -> spaces
-rw-r--r--rts/posix/Itimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c
index d928147af8..13ba345b03 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;