From e181bf6e2ffe55014170621b01a09f2d2bbfcf97 Mon Sep 17 00:00:00 2001 From: Nigel Tao Date: Sun, 12 Sep 2010 16:40:31 +1000 Subject: [PATCH] libmach: fix whitespace. R=rsc, r CC=golang-dev https://golang.org/cl/2149046 --- src/libmach/linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libmach/linux.c b/src/libmach/linux.c index e4e2fd5c7bd..30b4da24053 100644 --- a/src/libmach/linux.c +++ b/src/libmach/linux.c @@ -199,7 +199,7 @@ attachthread(int pid, int tid, int *new, int newstate) t = malloc(sizeof *t); if(t == nil) return nil; - memset(t, 0, sizeof *t); + memset(t, 0, sizeof *t); thr[nthr++] = t; if(pid == 0 && nthr > 0)