libmach: fix whitespace.

R=rsc, r
CC=golang-dev
https://golang.org/cl/2149046
This commit is contained in:
Nigel Tao 2010-09-12 16:40:31 +10:00
parent 8d4059f9b3
commit e181bf6e2f

View File

@ -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)