Commit e181bf6e authored by Nigel Tao's avatar Nigel Tao

libmach: fix whitespace.

R=rsc, r
CC=golang-dev
https://golang.org/cl/2149046
parent 8d4059f9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment