]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix code formatting
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 30 Jul 2013 19:48:18 +0000 (23:48 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 30 Jul 2013 19:48:18 +0000 (23:48 +0400)
This is mainly to force another build
with goroutine preemption.

R=rsc
CC=golang-dev
https://golang.org/cl/12006045

src/pkg/runtime/runtime.h

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