runtime: fix code formatting

This is mainly to force another build
with goroutine preemption.

R=rsc
CC=golang-dev
https://golang.org/cl/12006045
This commit is contained in:
Dmitriy Vyukov 2013-07-30 23:48:18 +04:00
parent a20784bdaf
commit 3d6bce411c

View File

@ -277,8 +277,8 @@ struct G
int32 sig; int32 sig;
int32 writenbuf; int32 writenbuf;
byte* writebuf; byte* writebuf;
DeferChunk *dchunk; DeferChunk* dchunk;
DeferChunk *dchunknext; DeferChunk* dchunknext;
uintptr sigcode0; uintptr sigcode0;
uintptr sigcode1; uintptr sigcode1;
uintptr sigpc; uintptr sigpc;
@ -323,7 +323,7 @@ struct M
M* alllink; // on allm M* alllink; // on allm
M* schedlink; M* schedlink;
uint32 machport; // Return address for Mach IPC (OS X) uint32 machport; // Return address for Mach IPC (OS X)
MCache *mcache; MCache* mcache;
int32 stackinuse; int32 stackinuse;
uint32 stackcachepos; uint32 stackcachepos;
uint32 stackcachecnt; uint32 stackcachecnt;
@ -353,7 +353,7 @@ struct M
WinCall wincall; WinCall wincall;
#endif #endif
#ifdef GOOS_plan9 #ifdef GOOS_plan9
int8* notesig; int8* notesig;
byte* errstr; byte* errstr;
#endif #endif
SEH* seh; SEH* seh;