mirror of
https://github.com/golang/go
synced 2024-11-21 20:14:52 -07:00
libmach: fix whitespace.
R=rsc, r CC=golang-dev https://golang.org/cl/2149046
This commit is contained in:
parent
8d4059f9b3
commit
e181bf6e2f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user