mirror of
https://github.com/golang/go
synced 2024-11-22 03:14:41 -07:00
reflect: fix comment spacing
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5757043
This commit is contained in:
parent
6b2586d29a
commit
46031400d0
@ -243,7 +243,7 @@ type commonType struct {
|
||||
fieldAlign uint8 // alignment of struct field with this type
|
||||
kind uint8 // enumeration for C
|
||||
alg *uintptr // algorithm table (../runtime/runtime.h:/Alg)
|
||||
string *string // string form; unnecessary but undeniably useful
|
||||
string *string // string form; unnecessary but undeniably useful
|
||||
*uncommonType // (relatively) uncommon fields
|
||||
ptrToThis *runtimeType // pointer to this type, if used in binary or has methods
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user