commit | e181bf6e2ffe55014170621b01a09f2d2bbfcf97 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sun Sep 12 16:40:31 2010 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Sun Sep 12 16:40:31 2010 +1000 |
tree | 2ba5dd78ce17c22d3335e547584873859dcd1e7a | |
parent | 8d4059f9b38736efaa413f876e8666e82e7d3940 [diff] |
libmach: fix whitespace. R=rsc, r CC=golang-dev https://golang.org/cl/2149046
diff --git a/src/libmach/linux.c b/src/libmach/linux.c index e4e2fd5..30b4da2 100644 --- a/src/libmach/linux.c +++ b/src/libmach/linux.c
@@ -199,7 +199,7 @@ 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)